/// <summary>
        /// Create a new NatureEntreprises object.
        /// </summary>
        /// <param name="natureEntrepriseID">Initial value of the NatureEntrepriseID property.</param>
        /// <param name="nom">Initial value of the Nom property.</param>
        public static NatureEntreprises CreateNatureEntreprises(global::System.Int32 natureEntrepriseID, global::System.String nom)
        {
            NatureEntreprises natureEntreprises = new NatureEntreprises();

            natureEntreprises.NatureEntrepriseID = natureEntrepriseID;
            natureEntreprises.Nom = nom;
            return(natureEntreprises);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the NatureEntreprises EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNatureEntreprises(NatureEntreprises natureEntreprises)
 {
     base.AddObject("NatureEntreprises", natureEntreprises);
 }