private void detach_OrgStructureHospitalBeds(OrgStructureHospitalBed entity)
 {
     this.SendPropertyChanging("OrgStructureHospitalBeds");
     entity.RbHospitalBedType = null;
 }
 private void attach_OrgStructureHospitalBeds(OrgStructureHospitalBed entity)
 {
     this.SendPropertyChanging("OrgStructureHospitalBeds");
     entity.OrgStructure = this;
 }