partial void DeleteProductInventory(ProductInventory instance);
 partial void InsertProductInventory(ProductInventory instance);
 partial void UpdateProductInventory(ProductInventory instance);
		private void detach_ProductInventory(ProductInventory entity)
		{
			this.SendPropertyChanging();
			entity.Location = null;
		}