public ActionResult ViewCity(string id)
        {
            DbServiceClient client = new DbServiceClient();

            return View(client.GetAddress("Bothell").ToList());
        }