public Cliente(String username, String clave, String nombre_completo,
String telefono, String mail, Date fecha_nacimiento,
ArrayList<Integer> turnos) throws Exception {
super(username, clave, "", nombre_completo, telefono, mail);
FactoryPersistencia factPersistencia = FactoryPersistencia
.getInstance();
iPersistController = factPersistencia.getIPersistenciaController();
this.fecha_nacimiento = fecha_nacimiento;
this.turnos = turnos;
this.setTipo(iPersistController.get_TIPO_CLIENTE());
this.id_cliente = -1; // no se asigna id todavia se hace desde la