/// <summary>
 /// Deprecated Method for adding a new object to the tbl_State EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_State(tbl_State tbl_State)
 {
     base.AddObject("tbl_State", tbl_State);
 }
 /// <summary>
 /// Create a new tbl_State object.
 /// </summary>
 /// <param name="state_Id">Initial value of the State_Id property.</param>
 /// <param name="state_Name">Initial value of the State_Name property.</param>
 public static tbl_State Createtbl_State(global::System.Int32 state_Id, global::System.String state_Name)
 {
     tbl_State tbl_State = new tbl_State();
     tbl_State.State_Id = state_Id;
     tbl_State.State_Name = state_Name;
     return tbl_State;
 }