/// <summary>
        /// Create a new Bimar object.
        /// </summary>
        /// <param name="code_bimar">Initial value of the code_bimar property.</param>
        public static Bimar CreateBimar(global::System.Int32 code_bimar)
        {
            Bimar bimar = new Bimar();

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