public function getmoduleactionsAction()
 {
     if ($this->getRequest()->isPost() && $this->getParam('_module') && $this->getParam('_controller')) {
         $this->view->actions = $this->_modelRoutes->getDefaultActions($this->getParam('_module'), $this->getParam('_controller'));
     }
 }