private void ExecuteSaveCommand(CancelEventArgs obj)
 {
     SaveToFile.SerializeObject(BattleSettingsItem, StorFileName);
 }