public static bool ExistsPassedSource(string sourceName) { bool flag = false; if (dal.ExistsPassedSource(DataSecurity.FilterBadChar(sourceName))) { flag = true; } return(flag); }