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