public void UpdateOpponentField(int x, int y, Cell type)
 {
     try
     {
         _callback.UpdateOpponentField(x, y, type);
     }
     catch (Exception) { }
 }