private decimal GetPriceFromBaseProduct(BaseProduct product, int numberOfProduct)
 {
     return(product.CalculateTotalPrice(numberOfProduct));
 }