private static bool _Student_ComputeIsReadOnly(global::LightSwitchApplication.Enrollment e)
                {
                    bool result = false;

                    e.Student_IsReadOnly(ref result);
                    return(result);
                }
 private static void _Student_OnValueChanged(global::LightSwitchApplication.Enrollment e)
 {
     e.Student_Changed();
 }
 private static void _Student_Validate(global::LightSwitchApplication.Enrollment e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Student_Validate(r);
 }