public void ShowDialog(ExplanationType type)
 {
     loadFile(Data.getExplonationPath((int)type));
     base.ShowDialog();
 }