public ActionResult Cancel(UrlViewModel model) { return(PartialView(downloadService.CancelLoading(model))); }