//删除 public IActionResult Del(int id) { _newRepository.DelNew(id); return(RedirectToAction("Index", "SelectNew")); }