private void setEvent(Event event) {
getSessionBean1().setEvent(event);
}
public String buttonDeleteAttended_action() {
RowKey rk = tableRowGroup1.getRowKey();
if (rk != null) {
Contact contact= (Contact) getSessionBean1().getAttendedDataProvider().getObject(rk);
removeAttended(contact);
}
getSessionBean1().getAttendedDataProvider().refreshList();