public object SelectAll() { Person_Data person = new Person_Data(); var p = person.SelectAll(); return(p); }