private void ChangeDirection() { _counter = 0; _currentDirection = (Direction)FunctionController.Random(0, 3); }