public static void UpdatePollAnswer(PollChoiceInfo choice) { IPoll dal = Factory <IPoll> .Create("Poll"); dal.UpdateChoice(choice); }