public IEnumerable <ExpiredUserListingDto> GetExcel(string userType, string searchKey) { return(_reportsRepo.GetExcel(userType, searchKey)); }