public Graph(AbstractGraphBackend graphBackend)
 {
     this.graphBackend = graphBackend;
     this.graphBackend.AddListener(this);
 }