public async Task <List <Aircraft> > GetAllAircraftsNotInClub()
 {
     return(await aircraftRepository.GetAllNotInClub(""));
 }