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

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