public void YouTurn()
 {
     _game.my_turn = true;
     try
     {
         _callback.YouTurn();
     }
     catch (Exception) { }
 }