public CourseInstructorController(ContosoUniversityContext _db)
 {
     this.db = _db;
 }