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