public static Int64 InsertUpdateStudentMatricRecord(StudentMatricRecord objIUStudentMatricRecord)
    {
        Int64 new_id = objIUStudentMatricRecord.InsertUpdateStudentMatricRecord();

        return(new_id);
    }