public void button_pressed(string tempString) { _model.updateBoard(Convert.ToInt32(tempString)); //gör om string till int. skickar int till updateBoard }