// Accessability for Rows to know which position they are in
 public int IndexOfRow(Row item) => rows.IndexOf(item);