public IActionResult Equipment() { try { BookingEquipment objeq = new BookingEquipment(); objeq.EquipmentList = _IEquipment.GetAllEquipment(); SetSlider(); return(View(objeq)); } catch (Exception) { throw; } }