public Result LogError(string ErrorIdentifier, string StackTrace, string CompanyCode, string Message, string ErrorType) { return(bll.LogError(ErrorIdentifier, StackTrace, CompanyCode, Message, ErrorType)); }