protected static string GetEmail(Hashtable contactHash, int entityID)
 {
     return(ContactDB.GetEmailsCommaSepByEntityID(contactHash, entityID, false, true));
 }