public string GetMenuBtnList(long id) { var btnList = MenuBll.GetMenuBtnList(id); return(JsonConvert.SerializeObject(btnList)); }