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