public static List <ItemPriceGroupInfo> GetItemGroupPrices(int ItemID, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ItemPriceGroupInfo> lstGroupPrice = AspxItemMgntProvider.GetItemGroupPrices(ItemID, aspxCommonObj);
         return(lstGroupPrice);
     }
     catch (Exception e)
     {
         throw e;
     }
 }