private void initBll() { BllFactory.DLLBasePath = Application.StartupPath; recordBll = BllFactory.GetMemberCardRecordBll(); cardBll = BllFactory.GetMemberCardBll(); catBll = BllFactory.GetMemberCardCategoryBll(); }