public void UpdateStudent(BO.Student uistudents) { DAL.Student dal_student = new DAL.Student(); dal_student.UpdateStudent(uistudents); }