public void Update(float deltaTime) { _ballView.OnUpdate(); _ballView.Move(deltaTime, _direction, _start); }