private void btnEliminar_Click(object sender, EventArgs e) { app.EliminarProducto(dgv.CurrentRow.Index); dgv.Rows.Remove(dgv.CurrentRow); }