private bool IsDevServer() { try { using (DataStuff sn = new DataStuff()) { return(sn.IsDevServer(AliasName, UserID)); } } catch { return(false); } }