public void CreateIndexes() { IList <Closet> closets = _closetRepository.GetAll(); foreach (Closet closet in closets) { CreateIndex(closet); } }