public static List <StudentMatricRecord> StudentMatricRecordSelectAll()
 {
     return(objStudentMatricRecord.StudentMatricRecordSelectAll());
 }