public async Task DeleteAsync(int id)
 {
     await _estabelecimentoRepository.DeleteAsync(id);
 }