public int GetTotalBrand()
 {
     return(beerRepository.Count());
 }