public IActionResult DeleteNewsById(int id) { _newsService.DeleteNewsById(id); return(NoContent()); }