public static tTaxSetup GetTaxesByCode(int companyId, string taxCode) { try { return(AccountingDataProvider.GetTaxesByCode(companyId, taxCode)); } catch (Exception exception) { throw new Exception(exception.Message); } }