public async Task RemoveAeroplane(Aeroplane a)
 {
     await _repository.RemoveAeroplane(a);
 }