public Lesson getLessonByDayAndHour(string day, int hour) { return(SettingDatabase.GetLessonLecturerByDayAndHour(this, day, hour)); }