private void Initialize()
        {
            RoleID.CheckStringIsNullOrEmpty("RoleID");

            if (Request["format"] == "xlsx")
            {
                this.ExFormat = "xlsx";
            }
            else
            {
                this.ExFormat = "xml";
            }
        }