void OnDisable()
 {
     EscapeControlManager.RemoveButton(gameObject);
 }
 void OnEnable()
 {
     EscapeControlManager.AddButton(gameObject);
 }