public ActionResult GetChildren(string node) { var data = _service.GetOrgTree(node); return(Json(data, JsonRequestBehavior.AllowGet)); }