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