public ActionResult RunDocUtils() { return(Json(DocUtil.Run(CurrentUser.Id), JsonRequestBehavior.AllowGet)); }