public virtual void PrintPrice(Product iProduct) { MCurrentlyOnDisplay = _mTaxManager.GetTotalApplicableTax(iProduct); ShoppingCart.Add(iProduct); }