public void RequestCash(int cashToWithdraw)
 {
     currentAtmState.RequestCash(cashToWithdraw);
 }
 public void RequestCash(int cashToWithDraw)
 {
     atmState.RequestCash(cashToWithDraw);
 }