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