public void UpdateWishList(string wishItemID, string comment, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         WishItemProvider provider = new WishItemProvider();
         provider.UpdateWishList(wishItemID, comment, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public void UpdateWishList(string wishItemID, string comment, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         WishItemProvider provider = new WishItemProvider();
         provider.UpdateWishList(wishItemID, comment, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }