private void btnConfiguraciones_Click(object sender, EventArgs e) { using (var a = new Configuraciones(Conexion, Usuario)) { a.ShowDialog(); } }