public function listAction()
 {
     $mapper = new App_Model_RatingMapper();
     $this->view->entries = $mapper->fetchAll();
 }