public ActionResult Index(int p = 1) { ViewBag.Page = p; var list = repository.GetPagedList(p); return(View(list)); }