public List <Usuario> ListarUsuarioXTipo(int estado, int tipo)
 {
     return(Datos.ListarUsuarioXTipo(estado, tipo));
 }