public static bool DeleteSTD_SubjectStudent(int sTD_SubjectStudentID)
 {
     SqlSTD_SubjectStudentProvider sqlSTD_SubjectStudentProvider = new SqlSTD_SubjectStudentProvider();
     return sqlSTD_SubjectStudentProvider.DeleteSTD_SubjectStudent(sTD_SubjectStudentID);
 }