private static int getParent(final int id) {
   assert id > 0;
   return FSRecords.getParent(id);
 }