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