private void detach_OrgStructures_ParentId(OrgStructure entity)
 {
     this.SendPropertyChanging("OrgStructures_ParentId");
     entity.OrgStructure_ParentId = null;
 }
 private void detach_OrgStructures(OrgStructure entity)
 {
     this.SendPropertyChanging("OrgStructures");
     entity.RbNet = null;
 }
 private void detach_OrgStructures_HeadNurseId(OrgStructure entity)
 {
     this.SendPropertyChanging("OrgStructures_HeadNurseId");
     entity.Person_HeadNurseId = null;
 }
 private void detach_OrgStructures_ModifyPersonId(OrgStructure entity)
 {
     this.SendPropertyChanging("OrgStructures_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_OrgStructures_CreatePersonId(OrgStructure entity)
 {
     this.SendPropertyChanging("OrgStructures_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }