partial void DeleteProductListPriceHistory(ProductListPriceHistory instance);
 partial void InsertProductListPriceHistory(ProductListPriceHistory instance);
 partial void UpdateProductListPriceHistory(ProductListPriceHistory instance);
		private void detach_ProductListPriceHistories(ProductListPriceHistory entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}