final Shell shell = new Shell(display);
shell.setLayout(new FillLayout());
AccountPresenter presenter = new AccountPresenter(gwesm, account);
AccountView view = new AccountView(shell, presenter);
presenter.refresh();
shell.open();
while (!shell.isDisposed()) {