public int CreateNewNewsItem(NewsItemInputModel newsItem) { return(_repo.CreateNewNewsItem(newsItem)); }