private void backButton_Click(object sender, EventArgs e) { if (manager.CanMoveBack) { manager.MoveBack(); DisplayCurrentArtwork(); } }