public void IncreaseDistance(int currentDistance) { currentDistance++; view.UpdateDistance(currentDistance); }