public static void UpdateWishList(string wishItemID, string comment, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxWishItemProvider.UpdateWishList(wishItemID, comment, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }