public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
        {
            CellType type = (CellType)value;

            return(type.GetName());
        }