public static void Main(){
		MainApp ma = new MainApp();
		ma.CreateEmployees();
		ma._employeeList.Sort();
		ma.ListEmployees();
	} // end Main()