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