public ActionResult list(Privacy privacy) { searchService.setSearchSession(Request, Session); searchService.setPagination(privacy, 20, privacyService.findAllCount(privacy)); ViewBag.list = privacyService.findAll(privacy); ViewBag.pagination = privacy; return(View("~/Views/LegalNotice/Privacy/list.cshtml")); }