private void AddLogEntry(string message) { LogEntryItem logEntryItem = new LogEntryItem(message); LogEntryItemCollection.Insert(0, logEntryItem); }