public GraphObject AddObject() {
   return new GraphObject(graph, graph.AddObject());
 }