private void OnClick()
 {
     Debug.Log("Button " + index + " Clicked. ClickHandler.");
     centerQTE.ClickButton(index, staticIndex);
 }