/// <summary>
 /// Create a new Ima_Contact object.
 /// </summary>
 /// <param name="contactID">Initial value of the ContactID property.</param>
 /// <param name="createUser">Initial value of the CreateUser property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 /// <param name="lasterUpdateUser">Initial value of the LasterUpdateUser property.</param>
 /// <param name="lasterUpdateDate">Initial value of the LasterUpdateDate property.</param>
 public static Ima_Contact CreateIma_Contact(global::System.Int32 contactID, global::System.String createUser, global::System.DateTime createDate, global::System.String lasterUpdateUser, global::System.DateTime lasterUpdateDate)
 {
     Ima_Contact ima_Contact = new Ima_Contact();
     ima_Contact.ContactID = contactID;
     ima_Contact.CreateUser = createUser;
     ima_Contact.CreateDate = createDate;
     ima_Contact.LasterUpdateUser = lasterUpdateUser;
     ima_Contact.LasterUpdateDate = lasterUpdateDate;
     return ima_Contact;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Ima_Contact EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIma_Contact(Ima_Contact ima_Contact)
 {
     base.AddObject("Ima_Contact", ima_Contact);
 }