public bool SelectProduct(int ProductNumber)
 {
     return(vendingMachineService.SelectProduct(ProductNumber));
 }