private void gyroCalToolStripMenuItem_Click(object sender, EventArgs e) { GyroCalibration = new GyroCal(sensor); GyroCalibration.Show(); }