public void OnPointerEnter(PointerEventData eventData)
 {
     if (this.item != null)
     {
         toolTip.GenerateToolTip(item);
     }
 }