public function loadModelpurchase($id)
 {
     $model = Productpurchase::model()->findByPk((int) $id);
     if ($model === null) {
         throw new CHttpException(404, 'The requested page does not exist.');
     }
     return $model;
 }