/**
  * Unset the event dispatcher for models.
  *
  * @return void 
  * @static 
  */
 public static function unsetEventDispatcher()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     \Webpatser\Countries\Countries::unsetEventDispatcher();
 }