/** {@inheritDoc} */
 @Override
 public int compareTo(QueueBooking o) {
   return this.getSeton().compareTo(o.getSeton());
 }