public ItemWithCustomersController()
 {
     _entityFrameworkTesting = new EntityFrameworkTesting();
 }
 public ItemsController()
 {
     _entityFrameworkTesting = new EntityFrameworkTesting();
 }