private void SetPageInfo() { AdministrationDAC dac = new AdministrationDAC(); var dr = dac.RetrievePage(PageID); SetData(dr); Mode = UIMode.View; }