private void StoreData()
 {
     _ecuSetup.Save(FileType);
     _comSetup.Save(FileType);
     Emulator.Register.Save(FileType);
 }