public ActionResult IndexUnverifiedPetitions() { PetitionService petitionService = new PetitionService(); var model = petitionService.GetUnverifiedPetitions(); return(PartialView("_IndexUnverifiedPetitions", model)); }