public static void InsertNewCurrency(AspxCommonInfo aspxCommonObj, CurrencyInfo currencyInsertObj)
 {
     try
     {
         AspxCurrencyProvider.InsertNewCurrency(aspxCommonObj, currencyInsertObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public static void InsertNewCurrency(AspxCommonInfo aspxCommonObj, CurrencyInfo currencyInsertObj)
 {
     try
     {
         AspxCurrencyProvider.InsertNewCurrency(aspxCommonObj, currencyInsertObj);
         string CurrencyValue = currencyInsertObj.Region + ',' + currencyInsertObj.CurrencySymbol + ',' + currencyInsertObj.CurrencyCode;
         CurruncyJsWrite(CurrencyValue);
     }
     catch (Exception e)
     {
         throw e;
     }
 }