private void OnDestroy()
 {
     _instance = null;
 }
        private TileBehaviour[,] _tilemap; //TODO

        private void Awake()
        {
            _instance = this;
        }