public ImagePattern(string fileName, Color color, ImagePatternType patternType)
 {
     FileName = fileName;
     PatternType = patternType;
     Color = color;
 }
 public Product()
 {
     Size = new Size();
     Color = new Color();
     Tags = new List<Tag>();
 }