void OnClick()
 {
     if (linkLabel)
     {
         linkLabel.OpenURL();
         linkLabel = null;
     }
 }