public CheckoutSystem()
 {
     _priceCalculation = new PriceCalculation();
 }