editPayment: function (paymentID) {
      var form, payment;
      payment = new DotLedger.Models.Payment({
        id: paymentID
      });