public string ClickBotaoUid(string user, string systemuid, string nestedname, string project_name, int working_layer) { m_ComosSession.SetCurrentUser(user); m_ComosSession.SetCurrentProjectAndWorkingOverlay(project_name, working_layer); return(m_ComosSession.ClickBotaoUid(systemuid, nestedname)); }