public List<Projeto> consultarAlunoParticipante(Aluno aluno) {
   return daoProjeto.consultarAlunoParticipante(aluno);
 }