/// <summary>
        /// Create a new Editoras object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        /// <param name="nome">Initial value of the Nome property.</param>
        public static Editoras CreateEditoras(global::System.Int32 id, global::System.String nome)
        {
            Editoras editoras = new Editoras();

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