public CommandInterpreter(Tester judge, StudentsRepository repository, IOManager inputOutputIoManager)
 {
     this.judge                = judge;
     this.repository           = repository;
     this.inputOutputIoManager = inputOutputIoManager;
 }