private static bool _Br_semestar_ComputeIsReadOnly(global::LightSwitchApplication.Semestar e)
                {
                    bool result = false;

                    e.Br_semestar_IsReadOnly(ref result);
                    return(result);
                }
 private static void _Br_semestar_OnValueChanged(global::LightSwitchApplication.Semestar e)
 {
     e.Br_semestar_Changed();
 }
 private static void _Br_semestar_Validate(global::LightSwitchApplication.Semestar e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Br_semestar_Validate(r);
 }