public InMemoryEntityCloner(NorthwindContext context)
 {
     this.context = context;
 }
 public InMemoryEntityCloner(NorthwindContext context)
 {
     this.context = context;
 }