public List <BaseModel> GetAllListObject() { try { return(baseFacade.GetAllListObject()); } catch (FacadeException fx) { //throw new BOException("Can not find" + fx.Message); return(new List <BaseModel>()); } }