private void epiInfoLogsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     WinUtil.OpenTextFile(Logger.GetLogFilePath());
 }