public int CompareTo(RoomPopulation other) { return(populationScaled.CompareTo(other.populationScaled)); }