/// <summary>
 /// Create a new Centro_Has_Torre object.
 /// </summary>
 /// <param name="id_Centro_Torre">Initial value of the Id_Centro_Torre property.</param>
 public static Centro_Has_Torre CreateCentro_Has_Torre(global::System.Decimal id_Centro_Torre)
 {
     Centro_Has_Torre centro_Has_Torre = new Centro_Has_Torre();
     centro_Has_Torre.Id_Centro_Torre = id_Centro_Torre;
     return centro_Has_Torre;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Centro_Has_Torre EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCentro_Has_Torre(Centro_Has_Torre centro_Has_Torre)
 {
     base.AddObject("Centro_Has_Torre", centro_Has_Torre);
 }