//Main method static void Main(string[] args) { ATMWCFC myATM = new ATMWCFC(); myATM.GreetingPhase(); while (true) { myATM.TransactionsPhase(); } }