public static void AgregarTelefono(Cliente cliente)
 {
     PersistenciaCliente.TelefonosCliente(cliente);
 }