private void setupWindow() {
VerticalPanel panel = new VerticalPanel();
panel.setStyleName("window-content");
panel.add(new RolesHelpPanel().asWidget());
panel.add(new ContentHeaderLabel("Select Role"));
panel.add(new ContentDescription("Select the role you want to act on their behalf."));
Form<Object> form = new Form<Object>(Object.class);
initRoles(Collections.EMPTY_SET,Collections.EMPTY_SET);