public function init()
 {
     parent::init();
     $this->extensionType = 'Module';
 }
 public function init()
 {
     parent::init();
     $this->extensionType = 'Widget';
 }