public PrioridadIndice(int priority, Paciente pac)
 {
     prioridad         = priority;
     pacientePrioridad = pac;
 }