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