public async Task <List <Category> > GetCategoriesWithBlogAsync(int blogId) { return(await _blogDal.GetCategoriesWithBlogAsync(blogId)); }