private void AddAluno_Click(object sender, EventArgs e)
 {
     tipoOperacao = etipoOperacao.cadastro;
     AbrePagina("/Views/AlunosPageCadastro.xaml");
 }
 private void AddAluno_Click(object sender, EventArgs e)
 {
     tipoOperacao = etipoOperacao.cadastro;
     AbrePagina("/Views/AlunosPageCadastro.xaml");
 }
 private void lstAlunos_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     aluno        = (sender as ListBox).SelectedItem as Models.Alunos;
     tipoOperacao = etipoOperacao.stars;
     AbrePagina("/Views/AlunosPageStars.xaml");
 }
 private void lstAlunos_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     aluno = (sender as ListBox).SelectedItem as Models.Alunos;
     tipoOperacao = etipoOperacao.stars;
     AbrePagina("/Views/AlunosPageStars.xaml");
 }