/// <summary>
 /// Deprecated Method for adding a new object to the tblFeedback EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblFeedback(tblFeedback tblFeedback)
 {
     base.AddObject("tblFeedback", tblFeedback);
 }
 /// <summary>
 /// Create a new tblFeedback object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="comment">Initial value of the Comment property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 /// <param name="iP">Initial value of the IP property.</param>
 /// <param name="isRead">Initial value of the IsRead property.</param>
 public static tblFeedback CreatetblFeedback(global::System.Int32 id, global::System.String name, global::System.String email, global::System.String comment, global::System.DateTime createdDate, global::System.String iP, global::System.Boolean isRead)
 {
     tblFeedback tblFeedback = new tblFeedback();
     tblFeedback.Id = id;
     tblFeedback.Name = name;
     tblFeedback.Email = email;
     tblFeedback.Comment = comment;
     tblFeedback.CreatedDate = createdDate;
     tblFeedback.IP = iP;
     tblFeedback.IsRead = isRead;
     return tblFeedback;
 }