public MockSPService(IStrongPlateRepository spRepository)
 {
     this.repository = spRepository;
 }
 public SPService(IStrongPlateRepository repository)
 {
     this.repository = repository;
 }