def index
    @groups=current_school.groups.paged_by_title(params[:title],params[:page])
    redirect_to(index_url_with_page(:title => params[:title], :page => @groups.total_pages)) and return if wp_out_of_bounds?(@groups)
    capture_paged_controller_params