public List <Beer> GetAllBeers()
 {
     return(_beerRepository.GetAllBeers());
 }