public void InsereAluno(Aluno aluno)
 {
     _appAlunos.InsereAluno(aluno);
 }