public LDBase LDGraph()
 {
     if (this._ldbase == null)
     {
         this._ldbase = new LDBase();
         this.Initialize();
     }
     return(_ldbase);
 }
 public LDBase LDGraph()
 {
     if (this._ldbase == null)
     {
         this._ldbase = new LDBase();
         this.Initialize();
     }
     return _ldbase;
 }