private void ReorderAssemblies() { var graph = new Graph(AssemblyList); AssemblyList.Clear(); AssemblyList.AddRange(graph.GetOrderedList()); }