public void OnClickCommandButton(int buttonIndex)
    {
        Debug.Log(((CommandButtonName)buttonIndex).ToString());

        commandController.InvokeCommandButton(buttonIndex);
    }