CommandLineView clv = new CommandLineView(); RentABike rentaBike = new ArrayListRentABike("Bruce's bikes"); clv.setRentABike(rentaBike); clv.printAllBikes();