private void DoLayout()
 {
     LayoutGraphAdapter.ApplyLayout(Graph, layout);
     graphControl.FitGraphBounds();
 }