public virtual void RemovePart(IODEEquationPart part) { parts.Remove(part); }
public virtual void AddPart(IODEEquationPart part) { parts.Add(part); }