public void Close() { _votingTheme.Close(); _votingTheme = null; }
public VotingTheme Create(string title) { return(_votingTheme = new VotingTheme(title, _votingHistoryService)); }