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