public Retiro(Atm atm) { Atm = atm; }
static void Main(string[] args) { Atm objATM = new Atm(); objATM.comenzar(); }