private void detach_DloDrugFormularies_ModifyPersonId(DloDrugFormulary entity)
 {
     this.SendPropertyChanging("DloDrugFormularies_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_DloDrugFormularies(DloDrugFormulary entity)
 {
     this.SendPropertyChanging("DloDrugFormularies");
     entity.OrgStructure = null;
 }
 private void attach_DloDrugFormularies_CreatePersonId(DloDrugFormulary entity)
 {
     this.SendPropertyChanging("DloDrugFormularies_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }