public ActionResult UpdateSource(int sourceTagId) { CurrentUserModel.CleanSources(sourceTagId); SourceTag st = CurrentUserModel.GetSourceTag(sourceTagId); BuildService.Build(CurrentUserModel.CurrentApplication.Id, st.ProjectId); return(RedirectToAction("Index", new { id = st.ProjectId })); }