private void Graphics_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
{
Graphic graphic = e.NewItems[0] as Graphic;
graphic.Attributes.Add("NumberOfHospitals", Cities.NumberOfHospitals);
}