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