export class Contact{ _id: string; username: string; name:string; isChecked: boolean; }