/// <summary>
 /// Deprecated Method for adding a new object to the v_formation_schools EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTov_formation_schools(v_formation_schools v_formation_schools)
 {
     base.AddObject("v_formation_schools", v_formation_schools);
 }
 /// <summary>
 /// Create a new v_formation_schools object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="expr1">Initial value of the Expr1 property.</param>
 public static v_formation_schools Createv_formation_schools(global::System.Int32 id, global::System.String name, global::System.String description, global::System.String expr1)
 {
     v_formation_schools v_formation_schools = new v_formation_schools();
     v_formation_schools.id = id;
     v_formation_schools.name = name;
     v_formation_schools.description = description;
     v_formation_schools.Expr1 = expr1;
     return v_formation_schools;
 }