/// <summary>
 /// Deprecated Method for adding a new object to the tipo_daño EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotipo_daño(tipo_daño tipo_daño)
 {
     base.AddObject("tipo_daño", tipo_daño);
 }
 /// <summary>
 /// Create a new tipo_daño object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="tipo">Initial value of the tipo property.</param>
 public static tipo_daño Createtipo_daño(global::System.Int64 id, global::System.String tipo)
 {
     tipo_daño tipo_daño = new tipo_daño();
     tipo_daño.id = id;
     tipo_daño.tipo = tipo;
     return tipo_daño;
 }