public static PollInfo GetTopicPoll(int pollid) { IPoll dal = Factory <IPoll> .Create("Poll"); return(dal.GetById(pollid)); }