public List <Constraint> GetConstraintsInCourse(Course c) { return(SettingDatabase.GetLecturerConstraintsInCourse(this, c)); }