public List <BeerType> GetBeerTypes()
 {
     return(beerRepository.GetBeerTypes());
 }