public void RemoveResident(Resident resident) { Residents.Remove(resident); }
public void AddResident(Resident resident) { Residents.Add(resident); }