public ActionResult CpyNewsDel(int id) { if (NewsBll.NewsDelete(id)) { return(Content("ok")); } else { return(Content("no")); } }