public JsonResult InstanceListJson(long?id) { return(Json(_monitor.GetInstanceList(id, GetCurrentUserAsync().Result.UserName))); }