public void Create(CervejaAggregate.Cerveja cerveja)
 {
     _cervejaRepository.Create(cerveja);
 }