public function __construct()
 {
     parent::__construct();
     $this->_setUp();
 }
 public function __construct()
 {
     parent::__construct();
     $this->moduleName = $this->root->cms->getThisModuleName();
     $this->output['module_name'] = $this->moduleName;
 }