public PartnerCarController(IPartnerCarRepository repository)
 {
     _repository = repository;
 }