export class Employee { empId: number; empName: string; empLocation: string; empProject: string; empAge: Number; }