/// <summary>
 /// Deprecated Method for adding a new object to the NOTAANA EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNOTAANA(NOTAANA nOTAANA)
 {
     base.AddObject("NOTAANA", nOTAANA);
 }
 /// <summary>
 /// Create a new NOTAANA object.
 /// </summary>
 /// <param name="codigoNota">Initial value of the CodigoNota property.</param>
 public static NOTAANA CreateNOTAANA(global::System.Int32 codigoNota)
 {
     NOTAANA nOTAANA = new NOTAANA();
     nOTAANA.CodigoNota = codigoNota;
     return nOTAANA;
 }