public void ExcluirAluno(Aluno x) { Cadastro.Remove(x); }
public void InserirAluno(Aluno x) { Cadastro.Add(x); }