/// <summary>
        /// Create a new EmailedVoucher object.
        /// </summary>
        /// <param name="ev_id">Initial value of the ev_id property.</param>
        /// <param name="ev_iso">Initial value of the ev_iso property.</param>
        /// <param name="ev_number">Initial value of the ev_number property.</param>
        /// <param name="ev_el_id">Initial value of the ev_el_id property.</param>
        /// <param name="ev_date">Initial value of the ev_date property.</param>
        public static EmailedVoucher CreateEmailedVoucher(global::System.Int32 ev_id, global::System.Int32 ev_iso, global::System.Int32 ev_number, global::System.Int32 ev_el_id, global::System.DateTime ev_date)
        {
            EmailedVoucher emailedVoucher = new EmailedVoucher();

            emailedVoucher.ev_id     = ev_id;
            emailedVoucher.ev_iso    = ev_iso;
            emailedVoucher.ev_number = ev_number;
            emailedVoucher.ev_el_id  = ev_el_id;
            emailedVoucher.ev_date   = ev_date;
            return(emailedVoucher);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the EmailedVouchers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmailedVouchers(EmailedVoucher emailedVoucher)
 {
     base.AddObject("EmailedVouchers", emailedVoucher);
 }