public void OnSocketDisConnected(uint iMessageType, object kParam)
        {
            GameObject label = UIManager.GetInstance().GetSingleUI(EUIType.StatusLabel);

            label.GetComponent <StatusLabel>().Show();
        }