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