public static List <Aircrafts> GetAircraftsByCustClientID(int id) { return(Aircrafts.LoadAircraftsByCustClient(id)); }