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