boolean Paso = productsObj.get("paso").isBoolean().booleanValue();
if (Paso) {
try {
windowPrincipal.destroy();
RootPanel.get().add(new ElectionPanel(username));
RootPanel.get().add(new ProductListPanel(username, canvasPrincipal));
} catch (Exception ex) {
init();
}
} else {
showError(385, 165, constants.incorrectPass(), windowPrincipal, ERROR);