public IActionResult BlockNewsById(int id) { _newsRepository.BlockNewsById(id); return RedirectToAction("DeleteComplete"); }