public List <Drink> GetDrinksByLocation(int storeCode)
 {
     return(_repo.GetDrinksByLocation(storeCode));
 }