public Beer GetById(string id)
 {
     return(_BeerRepository.GetById(id));
 }