public Graph AddGraph(string graphTitle) { graph = new Graph { title = graphTitle }; return graph; }
public Rootobject() { graph = new Graph(); }