public ProfileStatisticsContainer(object parent)
 {
     stats       = new ProfileStatistics(this);
     this.Parent = parent;
 }
 public ProfileStatistic(IProfileStatistics parent)
 {
     stats       = new ProfileStatistics(this);
     this.Parent = parent;
 }