def remove_from_group
    group = @account.groups.find_by(uuid: params[:group_uuid])
    authorize group, :edit?
    respond_to do |format|
      if @account.remove_from_group group