public string NewModule(SysUserModel model)
        {
            var a        = moduleBLL.Create(model);
            var jsondata = js.Serialize(new { flag = a });

            return(jsondata);
        }