public IActionResult Index() { // No abstraction is needed for the ACModel for now. var ACModel = _ACRepository.GetAllAircrafts(); return(View(ACModel)); }