private void OnDestroy()
 {
     _instance = null;
 }
 private void Start()
 {
     _progressBar = GetComponent <Image> ();
     _instance    = this;
     gameObject.SetActive(false);
 }