/// <summary>
 /// Deprecated Method for adding a new object to the RouteGroupRoutes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRouteGroupRoutes(RouteGroupRoute routeGroupRoute)
 {
     base.AddObject("RouteGroupRoutes", routeGroupRoute);
 }
 /// <summary>
 /// Create a new RouteGroupRoute object.
 /// </summary>
 /// <param name="routeGroupId">Initial value of the RouteGroupId property.</param>
 /// <param name="routeId">Initial value of the RouteId property.</param>
 public static RouteGroupRoute CreateRouteGroupRoute(global::System.Int32 routeGroupId, global::System.Int32 routeId)
 {
     RouteGroupRoute routeGroupRoute = new RouteGroupRoute();
     routeGroupRoute.RouteGroupId = routeGroupId;
     routeGroupRoute.RouteId = routeId;
     return routeGroupRoute;
 }