public ActionResult DownloadSite(UrlViewModel model) { downloadService.CreateNew(model); return(PartialView(model)); }