public static int UpdateDebtorGroup(tDebtorGroup debtorGroup) { try { return(AccountingDataProvider.UpdateDebtorGroup(debtorGroup)); } catch (Exception exception) { throw new Exception(exception.Message); } }