public ActionResult <IEnumerable <City> > StartCities()
 {
     return(Ok(dictService.FlyCities()));
 }