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