public AutomatedTellerMachineProxy()
 {
     automatedTellerMachineContext = new AutomatedTellerMachineContext();
     validationController = new ValidationController();
 }
 public AutomatedTellerMachineProxy()
 {
     automatedTellerMachineContext = new AutomatedTellerMachineContext();
     validationController          = new ValidationController();
 }