public IList <CheckoutItem> GetCheckoutItems()
 {
     return(_checkoutRepo.GetCheckoutItems());
 }