public CompositeType UpdateStudentInfo(CompositeType student)
 {
     throw new NotImplementedException();
 }
 public CompositeType AddNewStudent(CompositeType student)
 {
     throw new NotImplementedException();
 }
 public CompositeType GetStudentList(CompositeType students)
 {
     throw new NotImplementedException();
 }