public static BookingBObj newBooking(CarBObj car)
 {
     return new BookingBObj(car, car.getSupplier());
 }