public virtual void DeleteSelf()
 {
     dialogueUI.DeletePlayerChoiceResultGeneric(myID);
     Destroy(gameObject);
     Destroy(this);
 }