public CarsController(StickOnCarContext context)
 {
     _context = context;
 }
 public PeopleController(StickOnCarContext context)
 {
     _context = context;
 }
 public DrivingsController(StickOnCarContext context)
 {
     _context = context;
 }