public static StudentMatricRecord StudentMatricRecordSelectByID(Int32 intMatricStudentID)
 {
     return(objStudentMatricRecord.StudentMatricRecordSelectByID(intMatricStudentID));
 }