/**
  * Set the primary key for the model.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function setKeyName($key)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     \Webpatser\Countries\Countries::setKeyName($key);
 }