public static void Main(string[] args)
 {
     Command c = new Command(args);
     c.execute();
 }