/// <summary>
 /// Create a new cliente object.
 /// </summary>
 /// <param name="cedulaCliente">Initial value of the CedulaCliente property.</param>
 /// <param name="nombrecliente">Initial value of the nombrecliente property.</param>
 /// <param name="telefono">Initial value of the telefono property.</param>
 /// <param name="direccion">Initial value of the direccion property.</param>
 public static cliente Createcliente(global::System.String cedulaCliente, global::System.String nombrecliente, global::System.String telefono, global::System.String direccion)
 {
     cliente cliente = new cliente();
     cliente.CedulaCliente = cedulaCliente;
     cliente.nombrecliente = nombrecliente;
     cliente.telefono = telefono;
     cliente.direccion = direccion;
     return cliente;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the clientes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToclientes(cliente cliente)
 {
     base.AddObject("clientes", cliente);
 }