public List <Usuario> Usuario_LeerTodo(string usuario, string estadoUsuario)
 {
     return(LNUsuario.Usuario_LeerTodo(usuario, estadoUsuario));
 }