/// <summary>
 /// Deprecated Method for adding a new object to the v_formation_schools1 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTov_formation_schools1(v_formation_schools1 v_formation_schools1)
 {
     base.AddObject("v_formation_schools1", v_formation_schools1);
 }
 /// <summary>
 /// Create a new v_formation_schools1 object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name_formation">Initial value of the name_formation property.</param>
 /// <param name="desc_formation">Initial value of the desc_formation property.</param>
 /// <param name="name_school">Initial value of the name_school property.</param>
 /// <param name="desc_school">Initial value of the desc_school property.</param>
 /// <param name="user">Initial value of the user property.</param>
 /// <param name="beginning_date">Initial value of the beginning_date property.</param>
 /// <param name="end_date">Initial value of the end_date property.</param>
 public static v_formation_schools1 Createv_formation_schools1(global::System.Int32 id, global::System.String name_formation, global::System.String desc_formation, global::System.String name_school, global::System.String desc_school, global::System.Guid user, global::System.DateTime beginning_date, global::System.DateTime end_date)
 {
     v_formation_schools1 v_formation_schools1 = new v_formation_schools1();
     v_formation_schools1.id = id;
     v_formation_schools1.name_formation = name_formation;
     v_formation_schools1.desc_formation = desc_formation;
     v_formation_schools1.name_school = name_school;
     v_formation_schools1.desc_school = desc_school;
     v_formation_schools1.user = user;
     v_formation_schools1.beginning_date = beginning_date;
     v_formation_schools1.end_date = end_date;
     return v_formation_schools1;
 }