/// <summary>
        /// Create a new PrintStatu object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="status">Initial value of the Status property.</param>
        public static PrintStatu CreatePrintStatu(global::System.Int32 id, global::System.String status)
        {
            PrintStatu printStatu = new PrintStatu();

            printStatu.Id     = id;
            printStatu.Status = status;
            return(printStatu);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the PrintStatus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrintStatus(PrintStatu printStatu)
 {
     base.AddObject("PrintStatus", printStatu);
 }