public ActionResult GetNhanViens(string search, int id) { var NhanViens = NVService.GetAllDropDownList(search, id); return(Json(NhanViens, JsonRequestBehavior.AllowGet)); }