public UnitOfWork() { context = new ProductifyContext(); }
public UnitOfWork(ProductifyContext context) { this.context = context; }