public static STD_ExamDetailsStudent GetSTD_RowStatusByRowStatusID(int RowStatusID)
 {
     STD_ExamDetailsStudent sTD_ExamDetailsStudent = new STD_ExamDetailsStudent();
     SqlSTD_ExamDetailsStudentProvider sqlSTD_ExamDetailsStudentProvider = new SqlSTD_ExamDetailsStudentProvider();
     sTD_ExamDetailsStudent = sqlSTD_ExamDetailsStudentProvider.GetSTD_ExamDetailsStudentByRowStatusID(RowStatusID);
     return sTD_ExamDetailsStudent;
 }