private void testToolStripMenuItem_Click(object sender, EventArgs e)
 {
     pythonConsole.RunString("script()");
     ValueBuffer.UpdateValues();
     Canvas.Invalidate();
 }