function onClearRecent (e){
     recentsSection.clearContact();
     recentsSection.loadContacts();
 }
 function onLoadRecent (e){
     recentsSection.setMissOnly(e.target.outerText);
     recentsSection.loadContacts();
 }