public void Add (ForSingleBody body) { List.Add (body); }
public void Insert (int pos, ForSingleBody body) { List.Insert (pos, body); }