private void Awake()
 {
     _instance  = this;
     _allLights = new List <Light>();
 }
 private void OnEnable()
 {
     _instance = this;
 }