public TagGroupIf[] getTagGroupsPerCategory(int categoryId, boolean getProdCount, int languageId)
     throws KKException {
   return kkEng.getTagGroupsPerCategory(categoryId, getProdCount, languageId);
 }