public async Task <IEnumerable <Models.Cidadao> > ObterTodos()
 {
     return(await _cidadaoRepository.ObterTodos());
 }