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