public DataTable SelectAllContact()
 {
     return(contact.SelectAll());
 }