/**
  *
  */
 public function viewitem()
 {
     parent::viewitem();
     $this->_item_buttons();
     $this->helper()->actionStack($this->prefix() . 'itembuttons');
 }