public RegisterPageViewModel()
 {
     this.sqlLite      = new SqlLiteSetup();
     this.usersService = new UsersService();
     this.User         = new UserViewModel();
 }
 public UserViewModel()
 {
     this.sqlLite      = new SqlLiteSetup();
     this.usersService = new UsersService();
 }