public function actionRss()
 {
     $this->rss->loadChannels();
     $this->terminate();
 }