/// <summary>
        /// Create a new AghlameNoskhe object.
        /// </summary>
        /// <param name="code_noskhe">Initial value of the code_noskhe property.</param>
        /// <param name="code_daroo">Initial value of the code_daroo property.</param>
        public static AghlameNoskhe CreateAghlameNoskhe(global::System.Int32 code_noskhe, global::System.Int32 code_daroo)
        {
            AghlameNoskhe aghlameNoskhe = new AghlameNoskhe();

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