private void restartButton_Click(object sender, EventArgs e)
 {
     controller.RestartGame();
 }