/// <summary>
 /// Deprecated Method for adding a new object to the StatisticConfigurations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStatisticConfigurations(StatisticConfiguration statisticConfiguration)
 {
     base.AddObject("StatisticConfigurations", statisticConfiguration);
 }
 /// <summary>
 /// Create a new StatisticConfiguration object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="data">Initial value of the Data property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 public static StatisticConfiguration CreateStatisticConfiguration(global::System.Int32 id, global::System.Byte[] data, global::System.Guid userId)
 {
     StatisticConfiguration statisticConfiguration = new StatisticConfiguration();
     statisticConfiguration.Id = id;
     statisticConfiguration.Data = data;
     statisticConfiguration.UserId = userId;
     return statisticConfiguration;
 }