public AuthRepository() { _ctx = new IrobusModel(); _userManager = new UserManager <IdentityUser>(new UserStore <IdentityUser>(_ctx)); }