public ProcessorsController(ProcessorRepository repository)
 {
     this._repository = repository;
 }