private void Button1_Click(object sender, EventArgs e) { this.Hide(); Principal nuevo = new Principal(); nuevo.Show(); }