public static bool DelStudentByStuNo(string StuNo) { try { return(StudentDAL.DelStudentByStuNo(StuNo)); } catch (Exception) { throw; } }