interface OperatingCentre 
{
    code:string;
    name:string;
    shortName:string;
    Add1:string;
    Add2:string;
    Add3:string;
}