/** List all the quotes
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->quotes = $this->_quotes->getQuotesAdmin($this->getParam('page'));
 }