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