/** * Creates a new Products model. * If creation is successful, the browser will be redirected to the 'view' page. * @param Products $model * @return mixed */ private function saveModel($model) { return Products::saveImage($model); }