public bool NewGame() { bool response = m_dealer.NewGame(m_player); return(response); }
public bool NewGame() { return(m_dealer.NewGame(m_player)); }