// Constructor
        public UserShortVerticalList()
        {
            // Initialize private variables.
            enableRefreshShowAll = c_EnableRefreshShowAll;
            noProfileImageFile   = c_NoProfileImageFile;

            spDataSource       = c_SPDataSource;
            spConnectionString = c_SPConnectionString;
            spSiteProfiles     = c_SPSiteProfiles;

            showColumnPhoto            = c_ShowColumnPhoto;
            showBigPhoto               = c_ShowBigPhoto;
            showColumnLastName         = c_ShowColumnLastName;
            showColumnFirstName        = c_ShowColumnFirstName;
            showColumnMiddleName       = c_ShowColumnMiddleName;
            showColumnOrganization     = c_ShowColumnOrganization;
            showColumnSeparateDivision = c_ShowColumnSeparateDivision;
            showColumnSubDivision      = c_ShowColumnSubDivision;
            showColumnPosition         = c_ShowColumnPosition;
            showColumnWorkPhone        = c_ShowColumnWorkPhone;
            showColumnHomePhone        = c_ShowColumnHomePhone;
            showColumnEmail            = c_ShowColumnEmail;
            showColumnBirthday         = c_ShowColumnBirthday;
            showColumnBirthdayShort    = c_ShowColumnBirthdayShort;
            showColumnMerit            = c_ShowColumnMerit;

            numberOfRecords           = c_NumberOfRecords;
            selectionType             = c_SelectionType;
            showNewEmployeesOnly      = c_ShowNewEmployeesOnly;
            showBestWorkersWeeklyOnly = c_ShowBestWorkersWeeklyOnly;
            showBestWorkersOnly       = c_ShowBestWorkersOnly;
            newEmployeesDays          = c_NewEmployeesDays;
            showWhosBirthdayOnly      = c_ShowWhosBirthdayOnly;
            birthdayTimeframe         = c_BirthdayTimeframe;
        }
        // Constructor
        public UserShortVerticalList()
        {
            // Initialize private variables.
            enableRefreshShowAll = c_EnableRefreshShowAll;
            noProfileImageFile = c_NoProfileImageFile;

            spDataSource = c_SPDataSource;
            spConnectionString = c_SPConnectionString;
            spSiteProfiles = c_SPSiteProfiles;

            showColumnPhoto = c_ShowColumnPhoto;
            showBigPhoto = c_ShowBigPhoto;
            showColumnLastName = c_ShowColumnLastName;
            showColumnFirstName = c_ShowColumnFirstName;
            showColumnMiddleName = c_ShowColumnMiddleName;
            showColumnOrganization = c_ShowColumnOrganization;
            showColumnSeparateDivision = c_ShowColumnSeparateDivision;
            showColumnSubDivision = c_ShowColumnSubDivision;
            showColumnPosition = c_ShowColumnPosition;
            showColumnWorkPhone = c_ShowColumnWorkPhone;
            showColumnHomePhone = c_ShowColumnHomePhone;
            showColumnEmail = c_ShowColumnEmail;
            showColumnBirthday = c_ShowColumnBirthday;
            showColumnBirthdayShort = c_ShowColumnBirthdayShort;
            showColumnMerit = c_ShowColumnMerit;

            numberOfRecords = c_NumberOfRecords;
            selectionType = c_SelectionType;
            showNewEmployeesOnly = c_ShowNewEmployeesOnly;
            showBestWorkersWeeklyOnly = c_ShowBestWorkersWeeklyOnly;
            showBestWorkersOnly = c_ShowBestWorkersOnly;
            newEmployeesDays = c_NewEmployeesDays;
            showWhosBirthdayOnly = c_ShowWhosBirthdayOnly;
            birthdayTimeframe = c_BirthdayTimeframe;
        }