private void detach_DrugRecipes(DrugRecipe entity)
 {
     this.SendPropertyChanging("DrugRecipes");
     entity.DloDrugFormularyItem = null;
 }
 private void detach_DrugRecipes(DrugRecipe entity)
 {
     this.SendPropertyChanging("DrugRecipes");
     entity.RbFinance = null;
 }
 private void detach_DrugRecipes_ModifyPersonId(DrugRecipe entity)
 {
     this.SendPropertyChanging("DrugRecipes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_DrugRecipes(DrugRecipe entity)
 {
     this.SendPropertyChanging("DrugRecipes");
     entity.Event = this;
 }
 private void attach_DrugRecipes_CreatePersonId(DrugRecipe entity)
 {
     this.SendPropertyChanging("DrugRecipes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }