/// <summary>
 /// Create a new Posto object.
 /// </summary>
 /// <param name="id_Posto">Initial value of the Id_Posto property.</param>
 public static Posto CreatePosto(global::System.Int32 id_Posto)
 {
     Posto posto = new Posto();
     posto.Id_Posto = id_Posto;
     return posto;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Posto EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPosto(Posto posto)
 {
     base.AddObject("Posto", posto);
 }
 public static bool isAnyAbastecimentoPosto(ref Posto posto)
 {
     return posto.AbastecimentoPosto.Any();
 }