public async Task <ActionResult> AboutInstructor(Instructor model) { await _instructorService.AddAboutAsync(model); return(RedirectToRoute("CourseInstructorIndex")); }