public function add(VendorLocation $vendorLocation)
 {
     $vendorLocation->save();
 }