public Task <List <Blog> > GetAllWithCategoryId(int id) { return(_blogDal.GetAllWithCategoryId(id)); }