public static string GetTopicPollString(int?pollId) { IPoll dal = Factory <IPoll> .Create("Poll"); return(dal.GetPollTopicString(pollId)); }