public ActionResult <EstabelecimentoReport> Report()
 {
     return(Ok(_relatorioService.Listar()));
 }