setInitialWidth(WINDOW_WIDTH);
setHeight(WINDOW_HEIGTH);
setMaximizable(true);
setTitleCollapse(true);
setHeading("Gesti\u00F3n de Relaciones");
setLayout(new RowLayout(Orientation.VERTICAL));
entityServiceRelation.put(EVENT_LDAP, ServiceNameConst.LIST_EVENT_LDAP);
entityServiceRelation.put(EVENT_LOGS, ServiceNameConst.LIST_EVENT_LOGS);
entityServiceRelation.put(EVENT_FILES, ServiceNameConst.LIST_EVENT_FILES);
entityServiceRelation.put(EVENT_SERVICES, ServiceNameConst.LIST_EVENT_SERVICES);