/// <summary>
        /// Get associated Items for group products
        /// </summary>
        /// <param name="offset"></param>
        /// <param name="limit"></param>
        /// <param name="IDCommonObj"></param>
        /// <param name="aspxCommonObj"></param>
        /// <returns></returns>
        public static List <ItemsInfo> GetAssociatedItemsByItemID(int offset, int limit, ItemDetailsCommonInfo IDCommonObj, int categoryID, AspxCommonInfo aspxCommonObj)
        {
            List <ItemsInfo> itemsList;

            itemsList = AspxItemMgntProvider.GetAssociatedItemsByItemID(offset, limit, IDCommonObj, categoryID, aspxCommonObj);
            return(itemsList);
        }