public List <Matricula> FindByAlunoId(string idAluno)
 {
     return(_repository.FindByAlunoId(idAluno));
 }