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