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