// Send registration keys to unregistered students
Courses courses = Courses.inst();
studentList = courses.getUnregisteredStudentList(t.getCourseID());
course = courses.getCourse(t.getCourseID());
Coordinator coord = accounts.getCoordinator(course
.getCoordinatorID());
courses.sendRegistrationKeys(studentList, course.getID(),
course.getName(), coord.getName(), coord.getEmail());
// Send e-mails to inform the students that an team forming is opened
studentList = courses.getStudentList(t.getCourseID());
teamForming.informStudentsOfTeamFormingSessionOpening(studentList,