public CharacterData GetCharacterData(int characterID)
 {
     return(CurrentGame.GetCharacterById(characterID));
 }