public StudentController(Training3LabContext context) { _context = context; }
public CourseController(Training3LabContext context) { _context = context; }