public CarFeatureController(ICarFeatureRepository repository)
 {
     _repository = repository;
 }