private void detach_OrgStructureGaps(OrgStructureGap entity)
 {
     this.SendPropertyChanging("OrgStructureGaps");
     entity.OrgStructure = null;
 }
 private void attach_OrgStructureGaps(OrgStructureGap entity)
 {
     this.SendPropertyChanging("OrgStructureGaps");
     entity.RbSpeciality = this;
 }
 private void attach_OrgStructureGaps(OrgStructureGap entity)
 {
     this.SendPropertyChanging("OrgStructureGaps");
     entity.Person = this;
 }