public void SoundPlay(Component_Sound sound)
 {
     ParentScene?.SoundPlay2D(sound);
 }