export interface IStaffs { StaffId ?:number, FirstName?: string, LastName?: string, FullName?: string }