/**
  * Determine if the model instance has been soft-deleted.
  *
  * @return bool 
  * @static 
  */
 public static function trashed()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::trashed();
 }