public async Task AddNewsCategoryAsync(NewsCategory newsCategory) { await _newsRepository.AddNewsCategoryAsync(newsCategory); }