private void RefrescarGrilla() { TurnoBC objTurnoBC = new TurnoBC(); dgvTurno.DataSource = objTurnoBC.ListarTurno(); dgvConductorConfigurar(); }