public static List <WishItemsInfo> GetWishItemList(int offset, int limit, AspxCommonInfo aspxCommonObj, string flagShowAll, int count, int sortBy)
 {
     try
     {
         List <WishItemsInfo> lstWishItem = AspxWishItemProvider.GetWishItemList(offset, limit, aspxCommonObj, flagShowAll, count, sortBy);
         return(lstWishItem);
     }
     catch (Exception e)
     {
         throw e;
     }
 }