public When_asking_the_service_for_a_user_by_account_name()
 {
     _context = new PredictabullEntities();
     _repository = new UserRepository(_context);
 }
 public WhenGettingUserByAccount()
 {
     _context = new PredictabullEntities();
     _repository = new UserRepository(_context);
 }