private void OnDestroy()
 {
     LeadCapture.instance = null;
 }
 private void Awake()
 {
     base.gameObject.SetActive(false);
     LeadCapture.instance = this;
 }