public function getTemplateParameters()
 {
     $matches = MatchesDataService::getMatchesByMatchday($this->_websoccer, $this->_db, $this->_seasonId, $this->_matchday);
     return array("matches" => $matches);
 }