private void btVolt_Click(object sender, EventArgs e) { this.Hide(); Volt volt = new Volt(); volt.Show(); }