public async Task <ActionResult <IEnumerable <Estabelecimento> > > GetEstabelecimento()
 {
     return(Ok(await _estabelecimentoService.Listar()));
 }