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