public void Reset()
 {
     ActionLog.Add(new ActionLogEntry(CurrentStepNumber, ActionType.InstructionCompleted, DateTime.Now));
     Instruction = null;
     ActionLog.Export();
     CurrentStepNumber   = 0;
     _toolTipTextCounter = 1;
 }