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