public void Remove(IMementor m) { List.Remove(m); }
public int Add(IMementor m) { return List.Add(m); }