public LectureCommand(Course course, Section section) { this.course = course; this.section = section; }