protected void btnConfirmarSolicitacao_Click(object sender, EventArgs e) { OFMS ofms = OFMS.GetInstance(); ofms.ConfirmarRequisicao(Base.SessaoUsuario.ID); multiview.ActiveViewIndex = VIEW_AGUARDE_ATENDIMENTO; }