public async Task <List <Category> > GetAllWithCategoryBlogsAsync() { return(await _categoryDAL.GetAllWithCategoryBlogsAsync()); }