/// <summary>
 /// Deprecated Method for adding a new object to the Bancas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBancas(Banca banca)
 {
     base.AddObject("Bancas", banca);
 }
 /// <summary>
 /// Create a new Banca object.
 /// </summary>
 /// <param name="numeroBanca">Initial value of the NumeroBanca property.</param>
 /// <param name="nomeBanca">Initial value of the NomeBanca property.</param>
 public static Banca CreateBanca(global::System.Int64 numeroBanca, global::System.String nomeBanca)
 {
     Banca banca = new Banca();
     banca.NumeroBanca = numeroBanca;
     banca.NomeBanca = nomeBanca;
     return banca;
 }