Modal.prototype.close = function (e) {
  e.preventDefault()
  this.el.remove()
}