public List <HocSinh> getStudents() { try { return(_hsDAO.getStudents()); } catch (SqlException ex) { throw ex; } }