//First player UPSCORE
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     game.UpRound(game.Player_1());
     UpdateAll();
 }