public Factory()
 {
     this._FactoryDescription = new ContractorType();
     OnCreated();
 }
 public Shop()
 {
     this._ShopDescription = new ContractorType();
     OnCreated();
 }