panel.setWidget(vpanel);
}
int height = RootPanel.getBodyElement().getClientHeight();
int width = RootPanel.getBodyElement().getClientWidth();
panel.setPopupPosition((width / 2) - 150, (height - 100) / 2);
panel.show();
}
private void deleteForm(FormRepresentation form) {
Map<String, Object> dataSnapshot = new HashMap<String, Object>();
dataSnapshot.put("form", form);