/// <summary>
 /// Deprecated Method for adding a new object to the Обувь EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToОбувь(Обувь обувь)
 {
     base.AddObject("Обувь", обувь);
 }
 /// <summary>
 /// Create a new Обувь object.
 /// </summary>
 /// <param name="id_товара">Initial value of the id_товара property.</param>
 /// <param name="вид">Initial value of the Вид property.</param>
 public static Обувь CreateОбувь(global::System.Int32 id_товара, global::System.String вид)
 {
     Обувь обувь = new Обувь();
     обувь.id_товара = id_товара;
     обувь.Вид = вид;
     return обувь;
 }