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