/// <summary>
        /// Create a new Employeur object.
        /// </summary>
        /// <param name="employeurID">Initial value of the EmployeurID property.</param>
        /// <param name="nomOriginal">Initial value of the NomOriginal property.</param>
        /// <param name="dateUpdate">Initial value of the DateUpdate property.</param>
        /// <param name="auteurUpdate">Initial value of the AuteurUpdate property.</param>
        /// <param name="dateInsert">Initial value of the DateInsert property.</param>
        /// <param name="auteurInsert">Initial value of the AuteurInsert property.</param>
        public static Employeur CreateEmployeur(global::System.Int32 employeurID, global::System.String nomOriginal, global::System.DateTime dateUpdate, global::System.Int32 auteurUpdate, global::System.DateTime dateInsert, global::System.Int32 auteurInsert)
        {
            Employeur employeur = new Employeur();

            employeur.EmployeurID  = employeurID;
            employeur.NomOriginal  = nomOriginal;
            employeur.DateUpdate   = dateUpdate;
            employeur.AuteurUpdate = auteurUpdate;
            employeur.DateInsert   = dateInsert;
            employeur.AuteurInsert = auteurInsert;
            return(employeur);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the EmployeurSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmployeurSet(Employeur employeur)
 {
     base.AddObject("EmployeurSet", employeur);
 }