/**
  *
  */
 public function edititem()
 {
     parent::edititem();
     $this->helper()->actionStack($this->prefix() . 'itembuttons');
 }
 public function newitem()
 {
     parent::newitem();
     $this->view('resourceclass', $this->get_controller()->getParam('resourceclass'));
 }