public ActionResult Delete(int id) { UserVM vm = new UserVM(); var rv = vm.Search(); return(Json(rv, JsonRequestBehavior.AllowGet)); }