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