public function indexAction()
 {
     $this->view->list = $this->_modelList->fetchAll();
 }