public JsonResult SystemListJson()
 {
     return(Json(_monitor.GetSystemList(GetCurrentUserAsync().Result.UserName)));
 }