public static int?GetTopicPollId(int topicid) { ITopic dal = Factory <ITopic> .Create("Topic"); return(dal.GetPollId(topicid)); }