public void RemoveDuplicates() { Active = Active.Distinct().ToList(); Passive = Passive.Distinct().ToList(); }