internal bool Edit(Inventory inventory) { _status = _inventoryDal.Edit(inventory); return(_status); }