private void validateBTN_Click(object sender, RoutedEventArgs e)
 {
     modInfo.ParseSettingsJSON();
     Close();
 }