public function indexAction()
 {
     $this->view->poll = poll::find();
 }