corbel.Ec.prototype.product = function (id) {
    var product = new ProductBuilder(id);
    product.driver = this.driver;
    return product;
  };