private void detach_InventoryLocks(InventoryLock entity)
 {
     this.SendPropertyChanging("InventoryLocks");
     entity.Dealer = null;
 }
 private void attach_InventoryLocks(InventoryLock entity)
 {
     this.SendPropertyChanging("InventoryLocks");
     entity.Warehouse = this;
 }