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