public BaseBusinessLayer():base()
{
InitializeComponent();
if (CommonCalls.AppConfig.IsTesting)
DataSourceKey = "CrucibleTesting";
}