public function getPackageItems(Package $package)
 {
     return Single::getListByPackage($package);
 }