public function __construct($catalogInstance = null)
 {
     global $cookie;
     $this->_adminCatalogInstance = $catalogInstance;
     parent::__construct();
     $this->token = Tools::getAdminToken("AdminCatalogExFeatures" . (int) $this->id . (int) $cookie->id_employee);
 }