public IActionResult GetAllNewsByAuthor(int id)
 {
     return(Ok(_newsItemService.GetAllNewsItemsByAuthorId(id)));
 }