if(seanse==null)
{
try
{
DelegateM2 delegate = new DelegateM2();
SeanseCriteriaTO criteria = new SeanseCriteriaTO();
seanse = delegate.getSeans(criteria);
}
catch (Exception e){seanse = new ArrayList<SeansDTO>();}
session.setAttribute(SessionVariables.SEANS_LIST_DTO, seanse);
}