public ProductInfoSellableUnitPriceSource(ProductInfo product, SellableUnit sellableUnit)
 {
     _product      = product;
     _sellableUnit = sellableUnit;
 }
		public ProductInfoSellableUnitPriceSource(ProductInfo product, SellableUnit sellableUnit)
		{
			_product = product;
			_sellableUnit = sellableUnit;
		}