private void fillEntityTable() { entityItems = EntityTable.Fill(entityTable, ref data, ref lineColors, ref pointColors); entityTableInfo.Text = entityItems.Count + " items found"; }