void OnDestroy()
 {
     _current = null;
 }
 void Awake()
 {
     _current = this;
 }