public static int GetTotalVotes(int pollId) { IPoll dal = Factory <IPoll> .Create("Poll"); return(dal.TotalVotes(pollId)); }