/// <summary>
 /// Deprecated Method for adding a new object to the churchroles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTochurchroles(churchrole churchrole)
 {
     base.AddObject("churchroles", churchrole);
 }
 /// <summary>
 /// Create a new churchrole object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static churchrole Createchurchrole(global::System.Int32 id, global::System.String name, global::System.Boolean isActive)
 {
     churchrole churchrole = new churchrole();
     churchrole.Id = id;
     churchrole.Name = name;
     churchrole.IsActive = isActive;
     return churchrole;
 }