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