def add_to_group
    @group = MasterData::Group.find_by(uuid: params[:group_uuid])
    @groups = @account.groups
    authorize @group, :edit?