/// <summary>
 /// Create a new Adm_Ubigeo object.
 /// </summary>
 /// <param name="ubigeoId">Initial value of the ubigeoId property.</param>
 public static Adm_Ubigeo CreateAdm_Ubigeo(global::System.String ubigeoId)
 {
     Adm_Ubigeo adm_Ubigeo = new Adm_Ubigeo();
     adm_Ubigeo.ubigeoId = ubigeoId;
     return adm_Ubigeo;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Adm_Ubigeo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAdm_Ubigeo(Adm_Ubigeo adm_Ubigeo)
 {
     base.AddObject("Adm_Ubigeo", adm_Ubigeo);
 }