void GetPathOrdersAndPathGraph()
        {
            var combinatorialNudger = new CombinatorialNudger(Paths);

            PathOrders          = combinatorialNudger.GetOrder();
            PathVisibilityGraph = combinatorialNudger.PathVisibilityGraph;
        }
 void GetPathOrdersAndPathGraph() {
     var combinatorialNudger = new CombinatorialNudger(Paths);
     PathOrders = combinatorialNudger.GetOrder();
     PathVisibilityGraph = combinatorialNudger.PathVisibilityGraph;
 }