/// <summary>
 /// There are no comments for tblFriends_Groups in the schema.
 /// </summary>
 public void AddTotblFriends_Groups(tblFriends_Groups tblFriends_Groups)
 {
     base.AddObject("tblFriends_Groups", tblFriends_Groups);
 }
 /// <summary>
 /// Create a new tblFriends_Groups object.
 /// </summary>
 /// <param name="id">Initial value of Id.</param>
 /// <param name="createdDate">Initial value of CreatedDate.</param>
 /// <param name="createdBy">Initial value of CreatedBy.</param>
 /// <param name="modifiedDate">Initial value of ModifiedDate.</param>
 /// <param name="modifiedBy">Initial value of ModifiedBy.</param>
 /// <param name="name">Initial value of Name.</param>
 public static tblFriends_Groups CreatetblFriends_Groups(int id, global::System.DateTime createdDate, string createdBy, global::System.DateTime modifiedDate, string modifiedBy, string name)
 {
     tblFriends_Groups tblFriends_Groups = new tblFriends_Groups();
     tblFriends_Groups.Id = id;
     tblFriends_Groups.CreatedDate = createdDate;
     tblFriends_Groups.CreatedBy = createdBy;
     tblFriends_Groups.ModifiedDate = modifiedDate;
     tblFriends_Groups.ModifiedBy = modifiedBy;
     tblFriends_Groups.Name = name;
     return tblFriends_Groups;
 }