private void PassButton_Click(object sender, RoutedEventArgs e) { if (_logicService.IsBankEmpty()) { _aIService.StartTurn(); RefreshAllItemSources(); } }