public string GetMenusKey() { UserInfo user = AdminUtil.GetLoginUser(this); return(MenuDal.GetMenusLevel3(user)); }