/// <summary>
 /// Deprecated Method for adding a new object to the VentaGarageCab EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVentaGarageCab(VentaGarageCab ventaGarageCab)
 {
     base.AddObject("VentaGarageCab", ventaGarageCab);
 }
 /// <summary>
 /// Create a new VentaGarageCab object.
 /// </summary>
 /// <param name="idVentaGarage">Initial value of the idVentaGarage property.</param>
 /// <param name="idEmpresa">Initial value of the IdEmpresa property.</param>
 public static VentaGarageCab CreateVentaGarageCab(global::System.Int32 idVentaGarage, global::System.Int32 idEmpresa)
 {
     VentaGarageCab ventaGarageCab = new VentaGarageCab();
     ventaGarageCab.idVentaGarage = idVentaGarage;
     ventaGarageCab.IdEmpresa = idEmpresa;
     return ventaGarageCab;
 }