public IActionResult Vehicles(string fragment) { if (!string.IsNullOrEmpty(fragment)) { return(View(reportsRepository.GetVehicleReport(fragment))); } return(View()); }