public static string GetDegLevel(IEducationControl that) => that.Value <string>("degLevel");
 public static string GetDegYear(IEducationControl that) => that.Value <string>("degYear");
 public static global::Umbraco.Web.PublishedModels.SchoolElement GetSchool(IEducationControl that) => that.Value <global::Umbraco.Web.PublishedModels.SchoolElement>("school");