public PicklesController(PickleRepository repository)
 {
     _repository = repository;
 }