public void Remove(Arithmetic fse) { elements.Remove(fse); }
public void Add(Arithmetic fse) { elements.Add(fse); }