static void Main(string[] args)
 {
     while (true)
     {
         Employee emp = new Employee();
         emp.Work();
     }
 }