public void ConfirmarTurno(DateTime fechaT, DateTime horaT, int legajoM) { Turnos turno = new Turnos(fechaT, horaT, legajoM); turno.Confirmar(); }