public ProductRepository() { this._context = new ProductManagement(); }
public CustomerRepository() { this._context = new ProductManagement(); }