public GraphPropertiesViewModel(IGraph graph)
 {
     Properties = new GraphProperties(graph);
     Properties.EvaluteAll();
 }