private void RunHandler()
 {
     _breakpoints.RunHandler();
     _dissasemble.ClearCurrentInstruction();
     _gameBoyController.ClearCurrentInstruction();
     // TODO(Cristian): Clear the other components?
 }