}
public void remove(ActionEvent event) {
try{
DelegateM1 delegate = new DelegateM1();
delegate.removeUzytkownik(uzytkownik);
} catch (Exception e) {e.printStackTrace();}
session.setAttribute(SessionVariables.UZYTKOWNIK_DTO, null);
session.setAttribute(SessionVariables.UZYTKOWNIK_LIST_DTO, null);
}