private void detach_RbMedicalGroups_ModifyPersonId(RbMedicalGroup entity)
 {
     this.SendPropertyChanging("RbMedicalGroups_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbMedicalGroups_CreatePersonId(RbMedicalGroup entity)
 {
     this.SendPropertyChanging("RbMedicalGroups_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }