private void attach_DloDrugFormularyItems(DloDrugFormularyItem entity)
 {
     this.SendPropertyChanging("DloDrugFormularyItems");
     entity.DloRbTradeName = this;
 }
 private void detach_DloDrugFormularyItems(DloDrugFormularyItem entity)
 {
     this.SendPropertyChanging("DloDrugFormularyItems");
     entity.DloRbIssueForm = null;
 }
 private void attach_DloDrugFormularyItems(DloDrugFormularyItem entity)
 {
     this.SendPropertyChanging("DloDrugFormularyItems");
     entity.RbUnit = this;
 }