/// <summary>
 /// Initializes the soda machine with an inventory of sodas.
 /// </summary>
 public void InitializeMachine()
 {
     machineManager.InitMachine();
 }