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