//clone constructor
		public StatCapScrollListEntry( StatCapScrollListEntry entry ) : base( entry )
		{
			_Value = entry.Value;
		}
 //clone constructor
 public StatCapScrollListEntry(StatCapScrollListEntry entry) : base(entry)
 {
     _Value = entry.Value;
 }