private void inventario_Click(object sender, EventArgs e) { Inventario inv = new Inventario(); this.AddOwnedForm(inv); this.Hide(); inv.Show(); }