protected void btnIniciarAtendimento_Click(object sender, EventArgs e) { OFMS ofms = OFMS.GetInstance(); ofms.IniciarAtendimento(Base.SessaoUsuario.ID); multiview.ActiveViewIndex = VIEW_EM_ATENDIMENTO; }