public ActionResult Delete(Guid Id) { reposetory.DeleteNews(Id); return(RedirectToAction("Index")); }