public void AssignAuthor(int newAuthorId, int newsId) { _newsRepository.AssignAuthor(newAuthorId, newsId); }