housemateBindingSource.DataSource = from h in dc.Housemates select h;
housemateBindingSource.DataSource = dc.Housemates;