protected void AddOutput(int lineNbr, string data)
 {
     MainForm.AddOutput(lineNbr.ToString() + ": " + data);
 }