private void picturModif_Click(object sender, EventArgs e) { Point punto = gridMostrar.CurrentCellAddress; int n_fila = punto.Y; int n_column = punto.X; Modificar mod = new Modificar(productos, n_fila); mod.Show(); //Inicio ini=new Inicio(); //ini.Show(); }