session.setAttribute(SessionVariables.TYP_UZYTKOWNIKA_LIST_DTO, null);
}
public void save(ActionEvent event) {
try{
DelegateM1 delegate = new DelegateM1();
int id = delegate.addTypUzytkownika(typUzytkownika);
}catch (Exception e) {e.printStackTrace();}
session.setAttribute(SessionVariables.TYP_UZYTKOWNIKA_DTO, null);
session.setAttribute(SessionVariables.TYP_UZYTKOWNIKA_LIST_DTO, null);
}