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