public CategoryIf[] getCategoriesPerProduct(int productId, int languageId) throws KKException {
   return kkEng.getCategoriesPerProduct(productId, languageId);
 }