public List<Lecture> GetLecturesForStaff(string staffNumber)
 {
     LectureHandler myHandler = new LectureHandler(); return myHandler.GetLectureForStaffMemeber(staffNumber);
 }