public async Task <int> TotalRegistros() { try { return(await _movimentacaoRepository.TotalRegistros()); } catch (Exception ex) { throw ex; } }