private void Start()
 {
     _soundController = GetComponent <ISoundController>();
     _soundController.UpdateSound();
 }