public static bool IsNullOrEmpty(AreaDescription area)
 {
     return(area == null || area.Equals(Empty));
 }