public function actionIndex()
 {
     $competitions = Competition::getPublicCompetitions(100);
     $this->renderRss($competitions);
 }