public IActionResult CheckForUpdate() { var updated = service.CheckForUpdate(); return(Json(new { dataUpdate = updated })); }