switchOn () {
    this.on('success', this.bound('onsuccess'))
    this.bind('click', '.btn-delete', this.bound('ondelete'))
  }