void Update()
 {
     _mode.Update();
     if (_mode.IsFinished())
     {
         this.SetMode(this.GetNextMode(_mode));
     }
 }