public void DeleteUsocTranslationById(int id, string updatingUserId) { _equipmentRepository.DeleteUsocTranslationById(id, updatingUserId); }