private void loadData() { AccountList accountList = new AccountList(DatabaseFactory.Default); accountListGrid.DataSource = accountList.Summary(); }