public PilotServiceTests()
 {
     _repo = new FakeRepository <Pilot>();
     _unit = new FakeUnitOfWork();
     _unit.SetRepository(_repo);
 }