private void detach_RbLaboratories_ModifyPersonId(RbLaboratory entity)
 {
     this.SendPropertyChanging("RbLaboratories_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbLaboratories_CreatePersonId(RbLaboratory entity)
 {
     this.SendPropertyChanging("RbLaboratories_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }