static void Main(string[] args)
 {
     PuppetMaster pm = new PuppetMaster();
     pm.Start();
 }