export class CityModel { id: number = -1 name: string = "" country: string = "" image: string = "" }