public function indexAction()
 {
     $this->view->comments = $this->_commentsTable->fetchAll();
 }