/// <summary>
        /// Create a new View_StudentCourse object.
        /// </summary>
        /// <param name="studentID">Initial value of the StudentID property.</param>
        /// <param name="courseId">Initial value of the CourseId property.</param>
        public static View_StudentCourse CreateView_StudentCourse(global::System.Int32 studentID, global::System.Int32 courseId)
        {
            View_StudentCourse view_StudentCourse = new View_StudentCourse();

            view_StudentCourse.StudentID = studentID;
            view_StudentCourse.CourseId  = courseId;
            return(view_StudentCourse);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the View_StudentCourse EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToView_StudentCourse(View_StudentCourse view_StudentCourse)
 {
     base.AddObject("View_StudentCourse", view_StudentCourse);
 }