public InventoryRepository(InventoryContext _context) { context = _context; }
public InventoryRepository() { context = new InventoryContext(); }