void UpdateSpeechBubble()
 {
     if (TimeController.WaitForSeconds(fadeInSeconds, GetID()))
     {
         controller.RemoveMessageDelayed(sendingEntity);
         RemoveSpeechBubble();
     }
 }