public void AddToLog(ICalcLogEntry LogEntry)
 {
     if (LogModeActive == true)
     {
         log.AddEntry(LogEntry);
     }
 }