private void FillOutValueKeyCollection() { ValueKey.Clear(); ValueKey.Add(new KeyValuePair <string, int>("Брестская область", GetNumberOfEmergencyPerDay("Брестская область"))); ValueKey.Add(new KeyValuePair <string, int>("Витебская область", GetNumberOfEmergencyPerDay("Витебская область"))); ValueKey.Add(new KeyValuePair <string, int>("Гомельская область", GetNumberOfEmergencyPerDay("Гомельская область"))); ValueKey.Add(new KeyValuePair <string, int>("Гродненская область", GetNumberOfEmergencyPerDay("Гродненская область"))); ValueKey.Add(new KeyValuePair <string, int>("Минская область", GetNumberOfEmergencyPerDay("Минская область"))); ValueKey.Add(new KeyValuePair <string, int>("Могилевская область", GetNumberOfEmergencyPerDay("Могилевская область"))); ValueKey.Add(new KeyValuePair <string, int>("г.Минск", GetNumberOfEmergencyPerDay("г.Минск"))); }