void MostrarNOMA(string nom, string ap) { DataTable dt = logic.consultaLogicanoma(nom, ap); dataGridView1.DataSource = dt; }