private bool BuyProduct()
 {
     return(state.BuyProduct());
 }