public void Restore()
 {
     if (JGDB.RestoreBalance(this))
     {
         this.m_Balance = 0;
     }
 }