@@ -93,6 +93,7 @@ namespace MySystem
Check.Add(24);
Check.Add(25);
Check.Add(26);
+ Check.Add(32);
return Check.Contains(BrandId);
}