public void Error(string ClassName, string MethodName, string Text)
 {
     bLog.Error(ClassName, MethodName, Text);
 }