public final function _execute($display = true)
 {
     parent::_execute();
     if ($display) {
         $this->_sendHeaders();
         $this->_display();
     }
     return $this->view;
 }