public function __construct()
    {
        if (BackendController::$action == 'import') {
            Brand::extend(function ($obModel) {
                $obModel->rules['external_id'] = 'required';