/// <summary>
        /// Create a new Noskhe object.
        /// </summary>
        /// <param name="code_noskhe">Initial value of the code_noskhe property.</param>
        /// <param name="code_bimar">Initial value of the code_bimar property.</param>
        /// <param name="code_bimeh">Initial value of the code_bimeh property.</param>
        public static Noskhe CreateNoskhe(global::System.Int32 code_noskhe, global::System.Int32 code_bimar, global::System.Int32 code_bimeh)
        {
            Noskhe noskhe = new Noskhe();

            noskhe.code_noskhe = code_noskhe;
            noskhe.code_bimar  = code_bimar;
            noskhe.code_bimeh  = code_bimeh;
            return(noskhe);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the Noskhe EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNoskhe(Noskhe noskhe)
 {
     base.AddObject("Noskhe", noskhe);
 }