public static SDataRoutesUtil GetInstance()
        {
            if (theInstance == null)
            {
                theInstance = new SDataRoutesUtil();
            }

            return theInstance;
        }
 private SDataRoutesUtil()
 {
     theInstance = this;
 }