public Usuario Usuario_Leer(string usuario, string estadoUsuario)
 {
     return(LNUsuario.Usuario_Leer(usuario, estadoUsuario));
 }