public string Edit(int id, DateTime birthday, string studentClass) { return(studentDao.Edit(id, birthday, studentClass)); }