static void Main(string[] args) {//use var so the variables dont have to be expressed ProgramUI ui = new ProgramUI(); ui.Run(); }