def collection
    @q = parent.access_points.search(params[:q])
    @access_points ||=
      begin
        access_points = @q.result(:distinct => true).order(:name)