/// <summary>
        /// Create a new FicheSalarie object.
        /// </summary>
        /// <param name="ficheSalarieID">Initial value of the FicheSalarieID property.</param>
        /// <param name="salarieID">Initial value of the SalarieID property.</param>
        /// <param name="nom">Initial value of the Nom property.</param>
        /// <param name="prenom">Initial value of the Prenom property.</param>
        /// <param name="sexeID">Initial value of the SexeID property.</param>
        /// <param name="syndicatID">Initial value of the SyndicatID property.</param>
        /// <param name="dateNaissance">Initial value of the DateNaissance property.</param>
        /// <param name="nAS">Initial value of the NAS property.</param>
        /// <param name="noEmploye">Initial value of the NoEmploye property.</param>
        /// <param name="noCivique">Initial value of the NoCivique property.</param>
        /// <param name="rue">Initial value of the Rue property.</param>
        /// <param name="ville">Initial value of the Ville property.</param>
        /// <param name="region">Initial value of the Region property.</param>
        /// <param name="pays">Initial value of the Pays property.</param>
        /// <param name="codePostal">Initial value of the CodePostal property.</param>
        /// <param name="telephone1">Initial value of the Telephone1 property.</param>
        /// <param name="typeTelephone1">Initial value of the TypeTelephone1 property.</param>
        /// <param name="telephone2">Initial value of the Telephone2 property.</param>
        /// <param name="typeTelephone2">Initial value of the TypeTelephone2 property.</param>
        /// <param name="couriel">Initial value of the Couriel property.</param>
        /// <param name="dateInsert">Initial value of the DateInsert property.</param>
        /// <param name="auteurInsert">Initial value of the AuteurInsert property.</param>
        public static FicheSalarie CreateFicheSalarie(global::System.Int32 ficheSalarieID, global::System.Int32 salarieID, global::System.String nom, global::System.String prenom, global::System.Int32 sexeID, global::System.Int32 syndicatID, global::System.DateTime dateNaissance, global::System.String nAS, global::System.String noEmploye, global::System.String noCivique, global::System.String rue, global::System.String ville, global::System.String region, global::System.String pays, global::System.String codePostal, global::System.String telephone1, global::System.Int32 typeTelephone1, global::System.String telephone2, global::System.Int32 typeTelephone2, global::System.String couriel, global::System.DateTime dateInsert, global::System.Int32 auteurInsert)
        {
            FicheSalarie ficheSalarie = new FicheSalarie();

            ficheSalarie.FicheSalarieID = ficheSalarieID;
            ficheSalarie.SalarieID      = salarieID;
            ficheSalarie.Nom            = nom;
            ficheSalarie.Prenom         = prenom;
            ficheSalarie.SexeID         = sexeID;
            ficheSalarie.SyndicatID     = syndicatID;
            ficheSalarie.DateNaissance  = dateNaissance;
            ficheSalarie.NAS            = nAS;
            ficheSalarie.NoEmploye      = noEmploye;
            ficheSalarie.NoCivique      = noCivique;
            ficheSalarie.Rue            = rue;
            ficheSalarie.Ville          = ville;
            ficheSalarie.Region         = region;
            ficheSalarie.Pays           = pays;
            ficheSalarie.CodePostal     = codePostal;
            ficheSalarie.Telephone1     = telephone1;
            ficheSalarie.TypeTelephone1 = typeTelephone1;
            ficheSalarie.Telephone2     = telephone2;
            ficheSalarie.TypeTelephone2 = typeTelephone2;
            ficheSalarie.Couriel        = couriel;
            ficheSalarie.DateInsert     = dateInsert;
            ficheSalarie.AuteurInsert   = auteurInsert;
            return(ficheSalarie);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the FicheSalarieSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFicheSalarieSet(FicheSalarie ficheSalarie)
 {
     base.AddObject("FicheSalarieSet", ficheSalarie);
 }