public SOPController(ISOPService SOPService, ITestService TestService)
 {
     this.SOPService = SOPService;
     this.TestService = TestService;
 }