private MatGroup_RepairType objCreateMatGroup_RepairType(DataRow dr)
        {
            MatGroup_RepairType tMatGroup_RepairType = new MatGroup_RepairType();

            tMatGroup_RepairType.SetObjectInfo(dr);

            return(tMatGroup_RepairType);
        }