apply method
void
apply()
Implementation
void apply() {
BodyComponentsCreateInitialised theState =
state as BodyComponentsCreateInitialised;
bodyComponentsModel.clear();
bodyComponentsModel.addAll(theState.bodyComponentModels);
}