private void tsbUncheckAllMods_Click(object sender, EventArgs e)
 {
     ModSelectionController.UncheckAllMods();
 }