private Vehicle createAndStoreVehicle(String registrationNumber, Calendar deliveryDate, double depreciationFactor, String imagePath, String model, int seatingNum, int standingNum, double purchasePrice) {
//Session session = HibernateUtil.getSessionFactory().getCurrentSession();
//session.beginTransaction();
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("2A");
theRouteSchedule.setScheduleNumber(1);
theRouteSchedule.setDelayInMins(5);