@Override
 public int compare(Staff o1, Staff o2) {
   // TODO Auto-generated method stub
   return o2.getLevel() - o1.getLevel();
 }