public ActionResult DeleteConfirmed(int id)
 {
     _businessNews.DeleteNewsConfirm(id);
     return(RedirectToAction("Index"));
 }