public bool Create([FromBody] MasterCourseDto masterCourse)
 {
     return(_contentService.CreateCourse(masterCourse));
 }