// Cycle the traffic file and bring it up in Notepad
 private void btnViewTraffic_Click(object sender, EventArgs e)
 {
     EIP.CloseExcelFile(true);
 }