public ActionResult GetLawVoteOptions(int lawId) { LawService service = new LawService(); LawCustomVoteListModel model = service.GetLawCustomVotesList(lawId); return(PartialView("_LawVoteOptions", model)); }