private void AddEntry(HistoryEntry historyEntry)
 {
     this.Game.HistoryEntries.Add(historyEntry);
 }