public Category GetByWithProducts(int id)
 {
     return(_categoryDal.GetByWithProducts(id));
 }