public bool CheckIfElligible(string studentid, string Date) { return(Lesson.CheckIfElligible(studentid, Date)); }