public ActionResult Index()
        {
            var estabelecimentos = _estabelecimentoService.GetAll();

            return(View("Index", estabelecimentos));
        }