if(bilety==null)
{
try
{
DelegateM4 delegate = new DelegateM4();
BiletCriteriaTO criteria = new BiletCriteriaTO();
bilety = delegate.getBilety(criteria);
}
catch (Exception e){bilety = new ArrayList<BiletDTO>();}
session.setAttribute(SessionVariables.BILET_LIST_DTO, bilety);
}