export interface ICountry { Abbr: string; CountryID: number; FullName: string; }