public List <StudentTable> getInfo(string user, out int id) { return(StudentTable.getInfo(user, out id)); }