static void Main(string[] args)
 {
     Includes parse = new Includes();
     parse.Process();
 }