public List <Aluno> ObterTodosOsAlunos(String pesquisa) { _alunoDao = new AlunoDao(); return(_alunoDao.ConsultarTodosOsAlunos(pesquisa)); }