public BaseModel GetObjectByID(Int64 value) { try { return(baseFacade.GetObjectByID(value)); } catch (FacadeException fx) { return(null); } }