void OnDestroy()
 {
     if (_zone)
     {
         _zone.RemoveNode(this);
     }
 }