corbel.Ec.prototype.purchase = function () {
    var purchase = new PurchaseBuilder();
    purchase.driver = this.driver;
    return purchase;
  };