public void Attach(LoginContract.IView view)
 {
     this.view = view;
 }
 public void Detach()
 {
     this.view = null;
 }