/// <summary>
 /// Deprecated Method for adding a new object to the usagegroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTousagegroups(usagegroup usagegroup)
 {
     base.AddObject("usagegroups", usagegroup);
 }
 /// <summary>
 /// Create a new usagegroup object.
 /// </summary>
 /// <param name="idUsageGroups">Initial value of the idUsageGroups property.</param>
 /// <param name="usagetype_id">Initial value of the usagetype_id property.</param>
 /// <param name="group_id">Initial value of the group_id property.</param>
 public static usagegroup Createusagegroup(global::System.Int64 idUsageGroups, global::System.Int32 usagetype_id, global::System.Int64 group_id)
 {
     usagegroup usagegroup = new usagegroup();
     usagegroup.idUsageGroups = idUsageGroups;
     usagegroup.usagetype_id = usagetype_id;
     usagegroup.group_id = group_id;
     return usagegroup;
 }