export interface Region { id: number, region: string; regionname: string; }