/// <summary>
 /// Deprecated Method for adding a new object to the mp_Surveys EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomp_Surveys(mp_Surveys mp_Surveys)
 {
     base.AddObject("mp_Surveys", mp_Surveys);
 }
 /// <summary>
 /// Create a new mp_Surveys object.
 /// </summary>
 /// <param name="surveyGuid">Initial value of the SurveyGuid property.</param>
 /// <param name="siteGuid">Initial value of the SiteGuid property.</param>
 /// <param name="surveyName">Initial value of the SurveyName property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 public static mp_Surveys Createmp_Surveys(global::System.Guid surveyGuid, global::System.Guid siteGuid, global::System.String surveyName, global::System.DateTime creationDate)
 {
     mp_Surveys mp_Surveys = new mp_Surveys();
     mp_Surveys.SurveyGuid = surveyGuid;
     mp_Surveys.SiteGuid = siteGuid;
     mp_Surveys.SurveyName = surveyName;
     mp_Surveys.CreationDate = creationDate;
     return mp_Surveys;
 }