/**
  * Touch the owning relations of the model.
  *
  * @return void 
  * @static 
  */
 public static function touchOwners()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     \Webpatser\Countries\Countries::touchOwners();
 }