public List<TypBiletuDTO> getTypBiletu() {
if(typy == null) {
try {
DelegateM4 delegate = new DelegateM4();
TypBiletuCriteriaTO criteria = new TypBiletuCriteriaTO();
typy = delegate.getTypyBiletow(criteria);
}
catch(Exception e) {typy = new ArrayList<TypBiletuDTO>();}
session.setAttribute(SessionVariables.TYP_BILETU_LIST_DTO, typy);
}