﻿function comefrom(id, pid, name) {
    this.id = id;
    this.pid = pid;
    this.name = name;
}
