public string Enum_To_Standard_String(DaysOfTheWeek value)
 {
     return(value.ToStandardString());
 }