/// <summary>
 /// Deprecated Method for adding a new object to the rb_States EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_States(rb_States rb_States)
 {
     base.AddObject("rb_States", rb_States);
 }
 /// <summary>
 /// Create a new rb_States object.
 /// </summary>
 /// <param name="stateID">Initial value of the StateID property.</param>
 /// <param name="countryID">Initial value of the CountryID property.</param>
 public static rb_States Createrb_States(global::System.Int32 stateID, global::System.String countryID)
 {
     rb_States rb_States = new rb_States();
     rb_States.StateID = stateID;
     rb_States.CountryID = countryID;
     return rb_States;
 }