public void OnGet(int equipmentId) { Equipment = EquipmentData.GetEquipmentByID(equipmentId); Customer = CustomerData.GetCustomer(); }