public CustomList <ContactType> GetAllContactType()
 {
     return(ContactType.GetAllContactType());
 }