public int Calculate(AggregateProduct products)
 {
     return(_basketService.CalculateBasketPrice(products));
 }