public static void batchRelateAll(
     ModelRoot modelRoot, boolean notifyChanges, boolean searchAllRoots) {
   batchRelateAll(modelRoot, notifyChanges, searchAllRoots, false);
 }