public final int compare(Presentation p1, Presentation p2) {
   return stringComparator.compare(p1.getName(), p2.getName());
 }