public void SaveAndUpdateWishItemsSetting(AspxCommonInfo aspxCommonObj, WishItemsSettingKeyPairInfo wishlist)
 {
     try
     {
         WishItemProvider wip = new WishItemProvider();
         wip.SaveAndUpdateWishItemsSetting(aspxCommonObj, wishlist);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public void SaveAndUpdateWishItemsSetting(AspxCommonInfo aspxCommonObj, WishItemsSettingKeyPairInfo wishlist)
 {
     try
     {
         WishItemProvider wip = new WishItemProvider();
         wip.SaveAndUpdateWishItemsSetting(aspxCommonObj, wishlist);
     }
     catch (Exception e)
     {
         throw e;
     }
 }