public function addVStudent(VStudent $l)
 {
     $this->collVStudents[] = $l;
     $l->setAcademicCalendar($this);
 }