public int GetTotalBrewery()
 {
     return(breweryRepository.Count());
 }