increment method

void increment()

Increments the _current value

Implementation

void increment() {
  _current++;
  _render();
}