public void SwitchViualRegime(bool val)
 {
     _isSpriteMode = val;
     GameEventSystem.SwitchDisplayModeLaunch(_isSpriteMode);
 }