this.groupCreate = new Create_Group(this.d.factoryEPR,
this.d.stubConfigurator,
this.pr);
this.eitherCreate = this.groupCreate;
} else {
this.singleCreate = new Create(this.d.factoryEPR,
this.d.stubConfigurator,
this.pr);
this.groupCreate = null;
this.eitherCreate = this.singleCreate;
}