public async Task <List <Category> > GetAllWithCategoryTopicsAsync()
 {
     return(await _categoryDal.GetAllWithCategoryTopicsAsync());
 }