private void accCalToolStripMenuItem_Click(object sender, EventArgs e) { AccCalibration = new AccCal(sensor); AccCalibration.Show(); }