public IHttpActionResult Apagar(int id)
        {
            _estabelecimentoCommandService.ApagarEstabelecimento(id);

            return(Ok());
        }