public function imageProduct()
 {
     $input = Input::all();
     return CommonUpload::commonUploadImage($input, PRODUCT_UPLOAD, 1);
 }