public ActionResult RemoveOwner(int aircraftId, int ownerId) { _dataService.RemoveOwner(aircraftId, ownerId); return(RedirectToAction("Edit", new { id = aircraftId })); }