/**
  * @return array
  */
 public function getCurrentSeasonSchedule()
 {
     return $this->TrackSQL->getCurrentSeasonSchedule();
 }