public HudController(HudView view)
    {
        _view = view;

        LevelController.TimerEndTime.Subscribe(t => _view.SetTimerEndTime(t));
    }