public async Task <List <Aeroplane> > GetAllAeroplanes()
 {
     return(await _repository.GetAllAeroplanes());
 }