/// <summary>
 /// Deprecated Method for adding a new object to the DIVISION_TERRITORIAL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDIVISION_TERRITORIAL(DIVISION_TERRITORIAL dIVISION_TERRITORIAL)
 {
     base.AddObject("DIVISION_TERRITORIAL", dIVISION_TERRITORIAL);
 }
 /// <summary>
 /// Create a new DIVISION_TERRITORIAL object.
 /// </summary>
 /// <param name="cOUNTRY_ID">Initial value of the COUNTRY_ID property.</param>
 /// <param name="dIVISION_ID">Initial value of the DIVISION_ID property.</param>
 /// <param name="cITY_ID">Initial value of the CITY_ID property.</param>
 /// <param name="dIVISION_NAME">Initial value of the DIVISION_NAME property.</param>
 /// <param name="cITY_NAME">Initial value of the CITY_NAME property.</param>
 public static DIVISION_TERRITORIAL CreateDIVISION_TERRITORIAL(global::System.String cOUNTRY_ID, global::System.String dIVISION_ID, global::System.String cITY_ID, global::System.String dIVISION_NAME, global::System.String cITY_NAME)
 {
     DIVISION_TERRITORIAL dIVISION_TERRITORIAL = new DIVISION_TERRITORIAL();
     dIVISION_TERRITORIAL.COUNTRY_ID = cOUNTRY_ID;
     dIVISION_TERRITORIAL.DIVISION_ID = dIVISION_ID;
     dIVISION_TERRITORIAL.CITY_ID = cITY_ID;
     dIVISION_TERRITORIAL.DIVISION_NAME = dIVISION_NAME;
     dIVISION_TERRITORIAL.CITY_NAME = cITY_NAME;
     return dIVISION_TERRITORIAL;
 }