public decimal CalculateTotalAmount()
 {
     return(_shoppingCart.CalculateTotalAmount());
 }