/// <summary>
 /// Create a new CounselorView object.
 /// </summary>
 /// <param name="activityDate">Initial value of the ActivityDate property.</param>
 /// <param name="activityId">Initial value of the ActivityId property.</param>
 /// <param name="month">Initial value of the Month property.</param>
 public static CounselorView CreateCounselorView(global::System.DateTime activityDate, global::System.Int32 activityId, global::System.Int32 month)
 {
     CounselorView counselorView = new CounselorView();
     counselorView.ActivityDate = activityDate;
     counselorView.ActivityId = activityId;
     counselorView.Month = month;
     return counselorView;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CounselorViews EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCounselorViews(CounselorView counselorView)
 {
     base.AddObject("CounselorViews", counselorView);
 }