public ActionResult DeleteNew(int id) { SessionData.Current.NewId = null; _ins.DeleteById(id); return(RedirectToAction("News")); }