public void OnDestroy()
 {
     Current = null;
 }
 public void Awake()
 {
     Current = this;
     _source = GetComponent <AudioSource>();
 }