/// <summary>
 /// Create a new State object.
 /// </summary>
 /// <param name="stateId">Initial value of the StateId property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static State CreateState(global::System.Int32 stateId, global::System.String description)
 {
     State state = new State();
     state.StateId = stateId;
     state.Description = description;
     return state;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the States EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStates(State state)
 {
     base.AddObject("States", state);
 }