public bool AddCategory(int idCategory, int idBeer) { return(beerRepository.AddBeerCategory(idCategory, idBeer)); }