/// <summary>
 /// Deprecated Method for adding a new object to the MP_UserInfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMP_UserInfo(MP_UserInfo mP_UserInfo)
 {
     base.AddObject("MP_UserInfo", mP_UserInfo);
 }
 /// <summary>
 /// Create a new MP_UserInfo object.
 /// </summary>
 /// <param name="uid">Initial value of the Uid property.</param>
 /// <param name="emailId">Initial value of the EmailId property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="isValidEmail">Initial value of the IsValidEmail property.</param>
 public static MP_UserInfo CreateMP_UserInfo(global::System.Guid uid, global::System.String emailId, global::System.String password, global::System.Boolean isValidEmail)
 {
     MP_UserInfo mP_UserInfo = new MP_UserInfo();
     mP_UserInfo.Uid = uid;
     mP_UserInfo.EmailId = emailId;
     mP_UserInfo.Password = password;
     mP_UserInfo.IsValidEmail = isValidEmail;
     return mP_UserInfo;
 }