The Model of SearchResults.aspx is an instance of PersonSearch; when the request for a new page arrive (a GET request), the action method should take i
SearchResults.aspx
PersonSearch
You need use RouteLink instead ActionLink. Your code should look something like this
@Html.RouteLink("Next", new {controller = "SearchResults", action = "Index", search=samevalue, page=1 })