/**
  * Save the model to the database.
  *
  * @param array $options
  * @return bool 
  * @static 
  */
 public static function save($options = array())
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::save($options);
 }