public string GetJsonForSysEnum()
        {
            SysEnum bll = new SysEnum();

            return(bll.GetTreeJson());
        }