Enum.GetValues(typeof(FractionType)).Cast<FractionType>() .Select(v => new SelectListItem { Text = v.GetDescription(), Value = ((int)v).ToString() }).ToList();