/// <summary>
 /// Create a new cliente object.
 /// </summary>
 /// <param name="clienteid">Initial value of the clienteid property.</param>
 /// <param name="personaid">Initial value of the personaid property.</param>
 /// <param name="notificar">Initial value of the notificar property.</param>
 public static cliente Createcliente(global::System.Int64 clienteid, global::System.Int64 personaid, global::System.Int16 notificar)
 {
     cliente cliente = new cliente();
     cliente.clienteid = clienteid;
     cliente.personaid = personaid;
     cliente.notificar = notificar;
     return cliente;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the cliente EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocliente(cliente cliente)
 {
     base.AddObject("cliente", cliente);
 }