static void ShowSomeWork(Employee empl)
 {
     empl.Work();
 }