private void nuevoUsuario_Click(object sender, EventArgs e) { var nuevo = new AbmUsuario.Usuario(_main.session); nuevo.Show(); }