public ActionResult IndexUnverifiedSectionAnswers() { LawService lawService = new LawService(); var model = lawService.GetUnverifiedLawSectionCustomVotes(); return(PartialView("_IndexUnverifiedSectionAnswers", model)); }