def confirm_user_to_quit
    UIAlertView.alert('試合を終了しますか?',
                      buttons: ['終了する', '続ける']
    ) do |button, button_index|
      if button == '終了する'