public void RemoveStudent(Student student) { this.Students.Remove(student); }
public void AddStudent(Student student) { this.Students.Add(student); }