public System.Web.Profile.ProfileInfoCollection GetAllProfiles(System.Web.Profile.ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, out int totalRecords) { return(profileProvider.GetAllProfiles(authenticationOption, pageIndex, pageSize, out totalRecords)); }