private void detach_RbDiagnosticResults_ModifyPersonId(RbDiagnosticResult entity)
 {
     this.SendPropertyChanging("RbDiagnosticResults_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbDiagnosticResults(RbDiagnosticResult entity)
 {
     this.SendPropertyChanging("RbDiagnosticResults");
     entity.RbEventTypePurpose = null;
 }
 private void attach_RbDiagnosticResults_CreatePersonId(RbDiagnosticResult entity)
 {
     this.SendPropertyChanging("RbDiagnosticResults_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }