You will need to use
CityInfo city = args.City;
instead of
CityInfo city = new CityInfo( "Britain", "Sweet Dreams Inn", 1495, 1628, 10, Map.Felucca );
in your Charactercreation.cs.
Also if you want them to choose between Trammel and Felucca add the code below to your AccountHandler.cs, you...