private void detach_StockMotions_SupplierId(StockMotion entity)
 {
     this.SendPropertyChanging("StockMotions_SupplierId");
     entity.OrgStructure_SupplierId = null;
 }
 private void detach_StockMotions_SupplierPersonId(StockMotion entity)
 {
     this.SendPropertyChanging("StockMotions_SupplierPersonId");
     entity.Person_SupplierPersonId = null;
 }
 private void attach_StockMotions_ReceiverId(StockMotion entity)
 {
     this.SendPropertyChanging("StockMotions_ReceiverId");
     entity.OrgStructure_ReceiverId = this;
 }
 private void attach_StockMotions_ReceiverPersonId(StockMotion entity)
 {
     this.SendPropertyChanging("StockMotions_ReceiverPersonId");
     entity.Person_ReceiverPersonId = this;
 }