public void Remove(RouteRow row) { Rows.Remove(row); }
public void Add(RouteRow row) { Rows.Add(row); }