export class Region{ id:number; name: string; constructor(){ this.id = 1; this.name = ''; } }