public bool validar_factura(string n_factura)
 {
     return(repo.validar_factura(n_factura));
 }