private void OpenDoWPropertiesButton_Click(object sender, EventArgs e)
 {
     WinApiCalls.ShowFileProperties(modManager.CurrentGameEXE);
 }