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