public ClothingReport GetProductReport()
        {
            ClothingReport finishedReport = _report;

            Reset();

            return(finishedReport);
        }
 public void Reset()
 {
     _report = new ClothingReport();
 }