private void detach_RbDrugNomenclatures_StorageUnitId(RbDrugNomenclature entity)
 {
     this.SendPropertyChanging("RbDrugNomenclatures_StorageUnitId");
     entity.RbUnit_StorageUnitId = null;
 }
 private void detach_RbDrugNomenclatures_PrimaryContainerUnitId(RbDrugNomenclature entity)
 {
     this.SendPropertyChanging("RbDrugNomenclatures_PrimaryContainerUnitId");
     entity.RbUnit_PrimaryContainerUnitId = null;
 }
 private void detach_RbDrugNomenclatures_ConcentrationUnitId(RbDrugNomenclature entity)
 {
     this.SendPropertyChanging("RbDrugNomenclatures_ConcentrationUnitId");
     entity.RbUnit_ConcentrationUnitId = null;
 }
 private void attach_RbDrugNomenclatures_BaseUnitId(RbDrugNomenclature entity)
 {
     this.SendPropertyChanging("RbDrugNomenclatures_BaseUnitId");
     entity.RbUnit_BaseUnitId = this;
 }
 private void detach_RbDrugNomenclatures_ModifyPersonId(RbDrugNomenclature entity)
 {
     this.SendPropertyChanging("RbDrugNomenclatures_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbDrugNomenclatures_CreatePersonId(RbDrugNomenclature entity)
 {
     this.SendPropertyChanging("RbDrugNomenclatures_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }