private void onClickNextColor(object sender, RoutedEventArgs e)
 {
     PlayerColor = _ColorHandler.GetPreviousPawnColor();
 }