public Collection<PropertyCalendar> getPropertyCalendarList() {
   try {
     propertyCalendarList = propertyCalendarEJB.getPropertyCalendarList();
   } catch (Exception ex) {
     Logger.getLogger(this.getClass().getName()).log(Level.SEVERE, null, ex);
   }
   return propertyCalendarList;
 }