public ActionResult SaveDone(JobsModel model) { _workService.UpdateJobs(model.Jobs); return(RedirectToAction("Index", "Work")); }