public void CreateNewsItemCategoryRelation(int categoryId, int newsItemId)
 {
     _categoryRepository.CreateNewsItemCategoryRelation(categoryId, newsItemId);
 }