public SampleReceivingController(ISampleReceivingService SampleReceivingService, IUOMService UOMService, IProductService ProductService, ITestService TestService, IProductReceivedService ProductReceivedService, ISampleTestService SampleTestService)
 {
     this.SampleReceivingService = SampleReceivingService;
     this.UOMService = UOMService;
     this.ProductService = ProductService;
     this.TestService = TestService;
     this.ProductReceivedService = ProductReceivedService;
     this.SampleTestService = SampleTestService;
 }
 public ServiceAggregator(ISampleTestService service)
 {
     _service = service;
 }