public ActionResult SystemInfo() { SystemInfoModel model = new SystemInfoModel(ServiceSystem.GetServerInfo()); return(View(model)); }