}//insertion() call public static bool updateStudent(EntityStudent estud) { bool b = DALStudent.updateStudent(estud); return(b); }//update() call