public string Buscar_ListadoUsuarios() { DAOUsuario daoUser = new DAOUsuario(); return(daoUser.Consultar_ListadoUsuarios()); }