/// <summary>
 /// Deprecated Method for adding a new object to the Routes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRoutes(Routes routes)
 {
     base.AddObject("Routes", routes);
 }
 /// <summary>
 /// Create a new Routes object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Routes CreateRoutes(global::System.Guid id)
 {
     Routes routes = new Routes();
     routes.Id = id;
     return routes;
 }