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