/// <summary>
 /// Deprecated Method for adding a new object to the AttMnPers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAttMnPers(AttMnPer attMnPer)
 {
     base.AddObject("AttMnPers", attMnPer);
 }
 /// <summary>
 /// Create a new AttMnPer object.
 /// </summary>
 /// <param name="empMonth">Initial value of the EmpMonth property.</param>
 public static AttMnPer CreateAttMnPer(global::System.String empMonth)
 {
     AttMnPer attMnPer = new AttMnPer();
     attMnPer.EmpMonth = empMonth;
     return attMnPer;
 }