static void Main(string[] args)
 {
     Emp emp = new Emp();
     emp.Show();
     emp.Print();
     emp.Wait();
 }