public Lecture GetLecture(int LUI)
 {
     LectureHandler myHandler = new LectureHandler(); return myHandler.GetLecture(LUI);
 }