// GET: Contacts public ActionResult Index(int pageIndex = 0) { return(View(_service.Pages(pageIndex))); }