public CustomList <ContactInfo> GetAllContactInfo()
 {
     return(ContactInfo.GetAllContactInfo());
 }