public RegisterPage()
 {
     this.InitializeComponent();
     this.parseService = new ParseAuthenticationService();
     this.notifier = new NotificationService();
 }
 public ParsePostsService()
 {
     this.notifier = new NotificationService();
 }