public IEnumerable <ContactEntity> Get()
 {
     return(ContactEntity.GetList());
 }