static void Main(string[] args) { Console.WriteLine("Success!"); Console.ReadLine(); Controller calculator = new Controller(); calculator.start(); }