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