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