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