/**
  * Persists an Account
  *
  * @param Account $account
  */
 public function save(Account $account)
 {
     return $account->save();
 }