public string GenerateNo2(string code, int ClassID) { try { return(baseFacade.GenerateNo2(code, ClassID)); } catch (FacadeException fx) { throw new BOException("Cannot find" + fx.Message); } }