public function indexAction()
 {
     $db = new Other_Model_DbTable_DbOtherinformation();
     $this->view->rows = $db->getAllOtherinformation();
 }