public ActionResult <IEnumerable <Country> > Countries()
 {
     return(Ok(dictService.Countries()));
 }