def remove_role
    @association = RoleAssignment.find(params[:id])
    if @association.destroy
      session[:notice] = _("Member succefully unassociated")
    else