public bool WrDelScreenTab(string ScreenTabId, string dbConnectionString, string dbPassword) { using (WebAccessBase dac = GetWebAccess()) { return(dac.WrDelScreenTab(ScreenTabId, dbConnectionString, dbPassword)); } }