public SupplierStoreForm()
 {
     InitializeComponent();
     producerService         = ProducerService.getProducerService();
     computerComponentSevice = ComputerComponentSevice.getComputerComponentSevice();
 }
 public ClientOrderForm()
 {
     InitializeComponent();
     supplyAssemblyOrderService = SupplyAssemblyOrderService.getSupplyAssemblyOrderService();
     computerComponentSevice    = ComputerComponentSevice.getComputerComponentSevice();
 }