public Task <List <Competencia> > GetComptenciasByAnoAsync(int ano)
 {
     return(_competenciaRepository.GetComptenciasByAnoAsync(ano));
 }