/// <summary>
 /// Create a new estado object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="descripcion">Initial value of the Descripcion property.</param>
 public static estado Createestado(global::System.Int32 id, global::System.String descripcion)
 {
     estado estado = new estado();
     estado.Id = id;
     estado.Descripcion = descripcion;
     return estado;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the estado EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToestado(estado estado)
 {
     base.AddObject("estado", estado);
 }