public function onInsertAction()
 {
     parent::onInsertAction();
     $this->_getSession()->setStaticUrlsAllowed();
 }
 /**
  * Remove from session
  */
 public function onInsertAction()
 {
     parent::onInsertAction();
     $this->_getSession()->setAllowStatic();
 }