/** Display the index page
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->insts = $this->_institutions->getValidInsts($this->getAllParams());
 }