public bool Login(User user)
 {
     _seedService.AttemptSeed();
     return(_authService.Login(user));
 }