public ActionResult GetListNewByIdCategory(int id) { var model = _postAppService.GetListNewByIdCategory(id); return(Ok(model)); }