UsersModule.prototype.observeUser = function () {
  const button = $(this)
  const name = $(this).parent().attr('data-name')

  if (button.hasClass('btn-success')) {