public BrandNodeCreator(BrandPageParameter parameter, BrandConfigurationSection config, BrandDataAccess DAL, XmlDocument document)
 {
     Parameter = parameter;
     Config    = config;
     dal       = DAL;
     xdoc      = document;
 }
 public BrandNodeCreator(BrandPageParameter parameter, BrandConfigurationSection config, BrandDataAccess DAL, XmlDocument document)
 {
     Parameter = parameter;
     Config = config;
     dal = DAL;
     xdoc = document;
 }
        public BrandPageCreator(BrandPageParameter parameter, BrandConfigurationSection config)
        {
            Parameter = parameter;
            Config = config;

            Logger = LogManager.GetLogger(config.Logger);
            dal = new BrandDataAccess(config);
        }
        public BrandPageCreator(BrandPageParameter parameter, BrandConfigurationSection config)
        {
            Parameter = parameter;
            Config    = config;

            Logger = LogManager.GetLogger(config.Logger);
            dal    = new BrandDataAccess(config);
        }