public void OnPointerClick(PointerEventData eventData)
 {
     Debug.Log("OnPointerClicked");
     pm.ToggleStatic();
 }