public virtual void RemoveLine(Good good) => lineCollection.RemoveAll(l => l.Good.GoodID == good.GoodID);