public void Add(Student s)
 {
     list.Add(s);
 }
 public StudentEventArgs(Student s)
 {
     someone = s;
 }