Inheritance: System.Windows.Forms.Form
        private void magCalToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MagCalibration = new MagCal(sensor);

            MagCalibration.Show();
        }
        private void magCalToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MagCalibration = new MagCal(sensor);

            MagCalibration.Show();
        }