private void AddBread(Products products, int quantity) { Bread bread = new Bread(); bread.AddQuantity(quantity); products.Add(bread); }