public static List <ServiceItemInfo> GetServiceItemInfo(AspxCommonInfo aspxCommonObj, int categoryId)
        {
            List <ServiceItemInfo> serviceInfo = AspxServiceProvider.GetServiceItemInfo(aspxCommonObj, categoryId);

            return(serviceInfo);
        }