public function addVFinalRaport(VFinalRaport $l)
 {
     $this->collVFinalRaports[] = $l;
     $l->setAcademicCalendar($this);
 }