public IEnumerable<string> GirlsNamesBulletedList_Get()
 {
     var service = new Service();
     return service.GetPopularGirlNames();
 }