public CarsController(Lab5_CarSharingContext context, CacheProvider cacheProvider) { db = context; cache = cacheProvider; }