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

                    e.Section_IsReadOnly(ref result);
                    return(result);
                }