smartpanel : add pin number generator

Change-Id: I3e4d4e37c6481abb9ed98f4a19ea0d6b09fe4f08
Tuleap: #1215
diff --git a/AccountsViewModel.cpp b/AccountsViewModel.cpp
index d07f543..655c4e4 100644
--- a/AccountsViewModel.cpp
+++ b/AccountsViewModel.cpp
@@ -31,6 +31,7 @@
 void

 AccountsViewModel::add(std::string& name, std::string& ringID, std::string& accountType, std::string& accountID, std::string& deviceId)

 {

+

     accountsList_->Append(ref new Account(

                               Utils::toPlatformString(name),

                               Utils::toPlatformString(ringID),