public List <Beer> GetBeerForBeerType(int hotDogGroupId)
 {
     return(beerRepository.GetBeerForBeerType(hotDogGroupId));
 }