public ActionResult DS_ChiNhanh(string id, bool hasAll = false, int idSelected = 0, bool isDisable = false) { ViewBag.id = id; ViewBag.hasAll = hasAll; ViewBag.idSelected = idSelected; ViewBag.isDisable = isDisable; var db = new CommonBusiness(); var result = db.CM_DS_ChiNhanh(user.BranchId); return(PartialView(result)); }