private String getCourseSectionKey(FacultyCourse course) {
   return course.getFormattedCourse() + ":" + course.getTermCode() + ":" + course.getSectionCode();
 }