/// <summary>
 /// Create a new EmpRdr object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="empID">Initial value of the EmpID property.</param>
 /// <param name="rdrID">Initial value of the RdrID property.</param>
 public static EmpRdr CreateEmpRdr(global::System.Int32 id, global::System.Int32 empID, global::System.Int16 rdrID)
 {
     EmpRdr empRdr = new EmpRdr();
     empRdr.ID = id;
     empRdr.EmpID = empID;
     empRdr.RdrID = rdrID;
     return empRdr;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the EmpRdrs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmpRdrs(EmpRdr empRdr)
 {
     base.AddObject("EmpRdrs", empRdr);
 }