internal static string GetConnectionString(string key)
 {
     return(ConfigurationHelper.GetConnectionString(key, true, string.Empty));
 }