public ProducerPromotion()
 {
     Catalogs          = new List <Catalog>();
     Suppliers         = new List <Supplier>();
     Producer          = new Producer();
     lazyLocalFilename = new Lazy <string>(() => config.MapToFileProducerPromo(this));
 }