private static void StartWork(IWork work)
 {
     work.start();
 }