public async Task <IEnumerable <CandidatoViewModel> > Get(string ano)
 {
     return(await Task.FromResult(_candidatoAppService.Lista(ano)));
 }