private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { ActualizarProducto act = new ActualizarProducto(); act.ShowDialog(); }