public function __construct($id, $config = [])
 {
     $this->id = $id;
     parent::__construct($config);
 }
 public function __construct($config = [])
 {
     Dee::$app = $this;
     $this->preInit($config);
     parent::__construct($config);
 }