public void GoToNewLocation(int roll) { Location = (Location + roll) % 12; _textDisplay.DisplayLocation(this); }