public Color getColorValue(int value)
 {
     return(ColorEnum.getColorValue((States)value));
 }