public string RetornarSenha(int iIDUsuario) { usuarioBLL BUsuario = new usuarioBLL(); return(BUsuario.RetornarSenha(iIDUsuario)); }