private void BtnMostrar_Click(object sender, EventArgs e) { DgvFindCategoria.DataSource = oCategoriaDAO.BusquedaCategoria(TxtNombre.Text); }