public void Remove(FormulaInfo inTable) { this.List.Remove(inTable); }
public void Add(FormulaInfo inList) { this.List.Add(inList); }