public void MouseUp()
 {
     //if(!EventSystem.current.IsPointerOverGameObject()) {
     wireManager.ChosenWire(this.gameObject);
     //}
 }