﻿function comefrom(lID, lParentID, strName) {
    this.lID = lID;
    this.lParentID = lParentID;
    this.strName = strName;
}