public void UpdateDisplayEntrants() { DisplayEntrants.DataSource = t.ConvertToDatatable(); DisplayEntrants.Update(); DisplayEntrants.Refresh(); }