public static List <ItemCommonInfo> GetItemsListByCategory(AspxCommonInfo aspxCommonObj, int categoryID)
 {
     try
     {
         List <ItemCommonInfo> itemsList = AspxItemMgntProvider.GetItemsListByCategory(aspxCommonObj, categoryID);
         return(itemsList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }