public ClothingController(ClothingRepository clothingRepository)
 {
     ClothingRepository = clothingRepository;
 }