public bool CheckRegistration(LoginModel login)
 {
     return(_userContext.CheckRegistration(login.Username, login.Password));
 }