/// <summary>
        /// Create a new myeditions object.
        /// </summary>
        /// <param name="id">Initial value of Id.</param>
        /// <param name="title">Initial value of Title.</param>
        public static myeditions Createmyeditions(int id, string title)
        {
            myeditions myeditions = new myeditions();

            myeditions.Id    = id;
            myeditions.Title = title;
            return(myeditions);
        }
 /// <summary>
 /// Create a new myeditions object.
 /// </summary>
 /// <param name="id">Initial value of Id.</param>
 /// <param name="title">Initial value of Title.</param>
 public static myeditions Createmyeditions(int id, string title)
 {
     myeditions myeditions = new myeditions();
     myeditions.Id = id;
     myeditions.Title = title;
     return myeditions;
 }
 /// <summary>
 /// There are no comments for myeditions in the schema.
 /// </summary>
 public void AddTomyeditions(myeditions myeditions)
 {
     base.AddObject("myeditions", myeditions);
 }
 /// <summary>
 /// There are no comments for myeditions in the schema.
 /// </summary>
 public void AddTomyeditions(myeditions myeditions)
 {
     base.AddObject("myeditions", myeditions);
 }