export interface ICountry{ Id:number, CountryName:string, CountryCode? : string, ISOCode? : string }