Service theService = new Service();
theService.addStop(new Stop("Rathaus Pankow", Calendar.getInstance()));
theService.addStop(new Stop("Pankow Kirche", Calendar.getInstance()));
theService.addStop(new Stop("S + U Pankow", Calendar.getInstance()));
RouteSchedule theRouteSchedule = new RouteSchedule();
theRouteSchedule.addService(theService);
theRouteSchedule.setRouteNumber(routeNumber);
theRouteSchedule.setScheduleNumber(scheduleNumber);
theRouteSchedule.setDelayInMins(delayInMins);
return theRouteSchedule;
//session.save(theRouteSchedule);