/// <summary>
 /// Create a new municipios object.
 /// </summary>
 /// <param name="idMunicipio">Initial value of the idMunicipio property.</param>
 /// <param name="idEstado">Initial value of the idEstado property.</param>
 /// <param name="clave">Initial value of the Clave property.</param>
 /// <param name="activo">Initial value of the Activo property.</param>
 public static municipios Createmunicipios(global::System.Int32 idMunicipio, global::System.Int32 idEstado, global::System.String clave, global::System.Boolean activo)
 {
     municipios municipios = new municipios();
     municipios.idMunicipio = idMunicipio;
     municipios.idEstado = idEstado;
     municipios.Clave = clave;
     municipios.Activo = activo;
     return municipios;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the municipios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomunicipios(municipios municipios)
 {
     base.AddObject("municipios", municipios);
 }