public static int AddCurrency(tCurrency currency)
 {
     try
     {
         return(AccountingDataProvider.AddCurrency(currency));
     }
     catch (Exception exception)
     {
         throw new Exception(exception.Message);
     }
 }