public void Win()
 {
     try
     {
         _callback.Win();
     }
     catch (Exception) { }
 }