public Driver(CarFactory Car) { sportsCar = Car.CreateSortsCar(); familyCar = Car.CreateFamilyCar(); }