18192021222324
if (id == null) return system.courses; else if (system.courses.containsKey(id)) return system.courses.get(id); else throw new CourseDoesNotExistsException(id); }