public static IEnumerable <tCurrency> GetAllCurrencies()
 {
     try
     {
         return(AccountingDataProvider.GetAllCurrencies());
     }
     catch (Exception exception)
     {
         throw new Exception(exception.Message);
     }
 }