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