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