static void UsingDB() { CarContext.Populate(); using CarContext context = new CarContext(); DisplayDriver(context); DisplayAll(context); }