public IActionResult Check() { var networkModel = networkRepository.GetNetworkStatus(); return(View(networkModel)); }