/// <summary>
 /// There are no comments for LM_LeaveTypes in the schema.
 /// </summary>
 public void AddToLM_LeaveTypes(LM_LeaveTypes lM_LeaveTypes)
 {
     base.AddObject("LM_LeaveTypes", lM_LeaveTypes);
 }
 /// <summary>
 /// Create a new LM_LeaveTypes object.
 /// </summary>
 /// <param name="leaveTypeId">Initial value of LeaveTypeId.</param>
 public static LM_LeaveTypes CreateLM_LeaveTypes(int leaveTypeId)
 {
     LM_LeaveTypes lM_LeaveTypes = new LM_LeaveTypes();
     lM_LeaveTypes.LeaveTypeId = leaveTypeId;
     return lM_LeaveTypes;
 }