public string clearContacts()
 {
     UserHelpers.ClearContacts();
     return("Cleared");
 }