public ActionResult Create() { var model = _pollAnswerService.GetPollAnswerManageModel(); return(View(model)); }