/// <summary>
 /// Create a new Informes object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="informe1">Initial value of the Informe1 property.</param>
 public static Informes CreateInformes(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.String informe1)
 {
     Informes informes = new Informes();
     informes.Id = id;
     informes.RowVersion = rowVersion;
     informes.Informe1 = informe1;
     return informes;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the InformesSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInformesSet(Informes informes)
 {
     base.AddObject("InformesSet", informes);
 }