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

            doctor.docid = docid;
            return(doctor);
        }
 /// <summary>
 /// Create a new doctor object.
 /// </summary>
 /// <param name="docid">Initial value of the docid property.</param>
 public static doctor Createdoctor(global::System.Int32 docid)
 {
     doctor doctor = new doctor();
     doctor.docid = docid;
     return doctor;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the doctors EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodoctors(doctor doctor)
 {
     base.AddObject("doctors", doctor);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the doctors EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodoctors(doctor doctor)
 {
     base.AddObject("doctors", doctor);
 }