//this method is used for collection of the player if he is winer than it will increment in his account
 public void Collect(int Winner)
 {
     playerCash += MyBet.PayOut(Winner);
 }