public void generateInfo(Business.ZoneVO zoneVO)
 {
     AppointmentHandler appHandler = new AppointmentHandler();
     Business.AppointmentVO appVO =
     (Business.AppointmentVO)appHandler.getCurrentAppointment();
       this.generateEvent(zoneVO, appVO);
 }
public void generateInfo(Business.ZoneVO zoneVO) {
            AppointmentHandler appHandler = new AppointmentHandler();
Business.AppointmentVO appVO = 
(Business.AppointmentVO)appHandler.getCurrentAppointment();
              this.generateEvent(zoneVO, appVO);
        }