public CdmaRegionStatDetails(CdmaRegionStatTrend trend)
 {
     StatDates = trend.StatDates;
     RegionList = trend.RegionList;
     ImportDetails(trend.ViewList);
 }
 public CdmaRegionStatDetails(CdmaRegionStatTrend trend)
 {
     StatDates  = trend.StatDates;
     RegionList = trend.RegionList;
     ImportDetails(trend.ViewList);
 }