public NetWeight(NetWeight prototype) : base(prototype) { this._weightID = prototype.WeightID; this._weightName = prototype.WeightName; this._weightType = prototype.WeightType; this._bitGateSize = prototype.BitGateSize; }