private void btnCambiarPrecios_Click(object sender, EventArgs e) { if (!Validar.ValidarUnaPantalla(new PantallaCambiarPrecios().GetType())) { Interface = new InterfaceUsuario(this); Interface.DesplegarPantallaCambiarPrecios(); } }